Class: PixivApi::Response::Novel

Inherits:
Identity show all
Defined in:
lib/pixiv_api/response/novel.rb

Instance Attribute Summary collapse

Attributes inherited from PixivApi::Response

#attributes, #response

Method Summary

Methods inherited from Identity

#initialize

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_limitObject (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

#bodyObject (readonly)

Returns the value of attribute body.



4
5
6
# File 'lib/pixiv_api/response/novel.rb', line 4

def body
  @body
end

#captionObject (readonly)

Returns the value of attribute caption.



4
5
6
# File 'lib/pixiv_api/response/novel.rb', line 4

def caption
  @caption
end

#favorite_idObject (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

#idObject (readonly)

Returns the value of attribute id.



4
5
6
# File 'lib/pixiv_api/response/novel.rb', line 4

def id
  @id
end

#is_likedObject (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_countObject (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

#publicityObject (readonly)

Returns the value of attribute publicity.



4
5
6
# File 'lib/pixiv_api/response/novel.rb', line 4

def publicity
  @publicity
end

#seriesObject (readonly)

Returns the value of attribute series.



4
5
6
# File 'lib/pixiv_api/response/novel.rb', line 4

def series
  @series
end

#statsObject (readonly)

Returns the value of attribute stats.



4
5
6
# File 'lib/pixiv_api/response/novel.rb', line 4

def stats
  @stats
end

#tagsObject (readonly)

Returns the value of attribute tags.



4
5
6
# File 'lib/pixiv_api/response/novel.rb', line 4

def tags
  @tags
end

#text_lengthObject (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

#titleObject (readonly)

Returns the value of attribute title.



4
5
6
# File 'lib/pixiv_api/response/novel.rb', line 4

def title
  @title
end