Class: YouTubeG::Model::Video::AppControl
- Defined in:
- lib/youtube_g/model/video.rb
Overview
Used in video uploads only to check the state of the upload
Instance Attribute Summary collapse
-
#description ⇒ Object
readonly
Returns the value of attribute description.
-
#draft ⇒ Object
readonly
Returns the value of attribute draft.
-
#help_url ⇒ Object
readonly
Returns the value of attribute help_url.
-
#reason ⇒ Object
readonly
Returns the value of attribute reason.
-
#state ⇒ Object
readonly
Returns the value of attribute state.
Method Summary
Methods inherited from Record
Constructor Details
This class inherits a constructor from YouTubeG::Record
Instance Attribute Details
#description ⇒ Object (readonly)
Returns the value of attribute description.
68 69 70 |
# File 'lib/youtube_g/model/video.rb', line 68 def description @description end |
#draft ⇒ Object (readonly)
Returns the value of attribute draft.
64 65 66 |
# File 'lib/youtube_g/model/video.rb', line 64 def draft @draft end |
#help_url ⇒ Object (readonly)
Returns the value of attribute help_url.
67 68 69 |
# File 'lib/youtube_g/model/video.rb', line 67 def help_url @help_url end |
#reason ⇒ Object (readonly)
Returns the value of attribute reason.
66 67 68 |
# File 'lib/youtube_g/model/video.rb', line 66 def reason @reason end |
#state ⇒ Object (readonly)
Returns the value of attribute state.
65 66 67 |
# File 'lib/youtube_g/model/video.rb', line 65 def state @state end |