Class: YouTubeG::Model::Video::AppControl

Inherits:
Record
  • Object
show all
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

Method Summary

Methods inherited from Record

#initialize

Constructor Details

This class inherits a constructor from YouTubeG::Record

Instance Attribute Details

#descriptionObject (readonly)

Returns the value of attribute description.



68
69
70
# File 'lib/youtube_g/model/video.rb', line 68

def description
  @description
end

#draftObject (readonly)

Returns the value of attribute draft.



64
65
66
# File 'lib/youtube_g/model/video.rb', line 64

def draft
  @draft
end

#help_urlObject (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

#reasonObject (readonly)

Returns the value of attribute reason.



66
67
68
# File 'lib/youtube_g/model/video.rb', line 66

def reason
  @reason
end

#stateObject (readonly)

Returns the value of attribute state.



65
66
67
# File 'lib/youtube_g/model/video.rb', line 65

def state
  @state
end