Class: PixivApi::Response::Novel
- Inherits:
-
Identity
- Object
- PixivApi::Response
- Identity
- PixivApi::Response::Novel
- Defined in:
- lib/pixiv_api/response/novel.rb
Instance Attribute Summary collapse
-
#age_limit ⇒ Object
readonly
Returns the value of attribute age_limit.
-
#body ⇒ Object
readonly
Returns the value of attribute body.
-
#caption ⇒ Object
readonly
Returns the value of attribute caption.
-
#favorite_id ⇒ Object
readonly
Returns the value of attribute favorite_id.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#is_liked ⇒ Object
readonly
Returns the value of attribute is_liked.
-
#page_count ⇒ Object
readonly
Returns the value of attribute page_count.
-
#publicity ⇒ Object
readonly
Returns the value of attribute publicity.
-
#series ⇒ Object
readonly
Returns the value of attribute series.
-
#stats ⇒ Object
readonly
Returns the value of attribute stats.
-
#tags ⇒ Object
readonly
Returns the value of attribute tags.
-
#text_length ⇒ Object
readonly
Returns the value of attribute text_length.
-
#title ⇒ Object
readonly
Returns the value of attribute title.
Attributes inherited from PixivApi::Response
Method Summary
Methods inherited from Identity
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::Identity
Instance Attribute Details
#age_limit ⇒ Object (readonly)
Returns the value of attribute age_limit.
4 5 6 |
# File 'lib/pixiv_api/response/novel.rb', line 4 def age_limit @age_limit end |
#body ⇒ Object (readonly)
Returns the value of attribute body.
4 5 6 |
# File 'lib/pixiv_api/response/novel.rb', line 4 def body @body end |
#caption ⇒ Object (readonly)
Returns the value of attribute caption.
4 5 6 |
# File 'lib/pixiv_api/response/novel.rb', line 4 def caption @caption end |
#favorite_id ⇒ Object (readonly)
Returns the value of attribute favorite_id.
4 5 6 |
# File 'lib/pixiv_api/response/novel.rb', line 4 def favorite_id @favorite_id end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
4 5 6 |
# File 'lib/pixiv_api/response/novel.rb', line 4 def id @id end |
#is_liked ⇒ Object (readonly)
Returns the value of attribute is_liked.
4 5 6 |
# File 'lib/pixiv_api/response/novel.rb', line 4 def is_liked @is_liked end |
#page_count ⇒ Object (readonly)
Returns the value of attribute page_count.
4 5 6 |
# File 'lib/pixiv_api/response/novel.rb', line 4 def page_count @page_count end |
#publicity ⇒ Object (readonly)
Returns the value of attribute publicity.
4 5 6 |
# File 'lib/pixiv_api/response/novel.rb', line 4 def publicity @publicity end |
#series ⇒ Object (readonly)
Returns the value of attribute series.
4 5 6 |
# File 'lib/pixiv_api/response/novel.rb', line 4 def series @series end |
#stats ⇒ Object (readonly)
Returns the value of attribute stats.
4 5 6 |
# File 'lib/pixiv_api/response/novel.rb', line 4 def stats @stats end |
#tags ⇒ Object (readonly)
Returns the value of attribute tags.
4 5 6 |
# File 'lib/pixiv_api/response/novel.rb', line 4 def end |
#text_length ⇒ Object (readonly)
Returns the value of attribute text_length.
4 5 6 |
# File 'lib/pixiv_api/response/novel.rb', line 4 def text_length @text_length end |
#title ⇒ Object (readonly)
Returns the value of attribute title.
4 5 6 |
# File 'lib/pixiv_api/response/novel.rb', line 4 def title @title end |