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