Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 462 Bytes

ScoreSource.md

File metadata and controls

18 lines (12 loc) · 462 Bytes

FlatApi::ScoreSource

Properties

Name Type Description Notes
google_drive String If the score is a file on Google Drive, this field property must contain its identifier. To use this method, the Drive file must be public or the Flat Drive App must have access to the file. [optional]

Example

require 'flat_api'

instance = FlatApi::ScoreSource.new(
  google_drive: null
)