Class: YouTubeG::Model::UploadError
- Defined in:
- lib/youtube_g/model/upload_error.rb
Instance Attribute Summary collapse
-
#code ⇒ Object
readonly
Returns the value of attribute code.
-
#domain ⇒ Object
readonly
Returns the value of attribute domain.
-
#location ⇒ Object
readonly
Returns the value of attribute location.
Instance Method Summary collapse
Methods inherited from Record
Constructor Details
This class inherits a constructor from YouTubeG::Record
Instance Attribute Details
#code ⇒ Object (readonly)
Returns the value of attribute code.
5 6 7 |
# File 'lib/youtube_g/model/upload_error.rb', line 5 def code @code end |
#domain ⇒ Object (readonly)
Returns the value of attribute domain.
4 5 6 |
# File 'lib/youtube_g/model/upload_error.rb', line 4 def domain @domain end |
#location ⇒ Object (readonly)
Returns the value of attribute location.
6 7 8 |
# File 'lib/youtube_g/model/upload_error.rb', line 6 def location @location end |
Instance Method Details
#to_s ⇒ Object
8 9 10 |
# File 'lib/youtube_g/model/upload_error.rb', line 8 def to_s "location: [#{location}] domain: [#{domain}] code: [#{code}]" end |