Class: PixivApi::Response::UploadStatus
- Inherits:
-
PixivApi::Response
- Object
- PixivApi::Response
- PixivApi::Response::UploadStatus
- Defined in:
- lib/pixiv_api/response/upload_status.rb
Instance Attribute Summary collapse
-
#age_limit ⇒ Object
readonly
Returns the value of attribute age_limit.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#publicity ⇒ Object
readonly
Returns the value of attribute publicity.
-
#status ⇒ Object
readonly
Returns the value of attribute status.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Attributes inherited from PixivApi::Response
Method Summary
Methods inherited from PixivApi::Response
#[], attr_reader, define_attribute_method, define_attributes_method, define_blob_method, define_time_method, from_response, #initialize
Constructor Details
This class inherits a constructor from PixivApi::Response
Instance Attribute Details
#age_limit ⇒ Object (readonly)
Returns the value of attribute age_limit.
4 5 6 |
# File 'lib/pixiv_api/response/upload_status.rb', line 4 def age_limit @age_limit end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
4 5 6 |
# File 'lib/pixiv_api/response/upload_status.rb', line 4 def id @id end |
#publicity ⇒ Object (readonly)
Returns the value of attribute publicity.
4 5 6 |
# File 'lib/pixiv_api/response/upload_status.rb', line 4 def publicity @publicity end |
#status ⇒ Object (readonly)
Returns the value of attribute status.
4 5 6 |
# File 'lib/pixiv_api/response/upload_status.rb', line 4 def status @status end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
4 5 6 |
# File 'lib/pixiv_api/response/upload_status.rb', line 4 def title @title end |