Class: PixivApi::Response::UploadToken
- Inherits:
-
PixivApi::Response
- Object
- PixivApi::Response
- PixivApi::Response::UploadToken
- Defined in:
- lib/pixiv_api/response/upload_token.rb
Instance Attribute Summary collapse
-
#upload_token ⇒ Object
readonly
Returns the value of attribute upload_token.
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
#upload_token ⇒ Object (readonly)
Returns the value of attribute upload_token.
4 5 6 |
# File 'lib/pixiv_api/response/upload_token.rb', line 4 def upload_token @upload_token end |