Class: RakutenApi::ItemRanking::Model
- Inherits:
-
RakutenApi::ItemSearch::Model
- Object
- Base::Model
- RakutenApi::ItemSearch::Model
- RakutenApi::ItemRanking::Model
- Includes:
- Base::Item
- Defined in:
- lib/rakuten_api/item_ranking/model.rb
Constant Summary
Constants included from Base::Item
Instance Attribute Summary collapse
-
#carrier ⇒ Object
Returns the value of attribute carrier.
-
#rank ⇒ Object
Returns the value of attribute rank.
Attributes included from Base::Item
#affiliate_rate, #affiliate_url, #asuraku_area, #asuraku_closing_time, #asuraku_flag, #availability, #catchcopy, #credit_card_flag, #end_time, #genre_id, #gift_flag, #image_flag, #item_caption, #item_code, #item_name, #item_price, #item_url, #medium_image_urls, #point_rate, #point_rate_end_time, #point_rate_start_time, #postage_flag, #review_average, #review_count, #ship_overseas_area, #ship_overseas_flag, #shop_code, #shop_name, #shop_of_the_year_flag, #shop_url, #small_image_urls, #start_time, #tax_flag
Class Method Summary collapse
Methods inherited from Base::Model
downcase, from_hash, mapping, #to_hash
Instance Attribute Details
#carrier ⇒ Object
Returns the value of attribute carrier.
10 11 12 |
# File 'lib/rakuten_api/item_ranking/model.rb', line 10 def carrier @carrier end |
#rank ⇒ Object
Returns the value of attribute rank.
9 10 11 |
# File 'lib/rakuten_api/item_ranking/model.rb', line 9 def rank @rank end |
Class Method Details
.casting ⇒ Object
12 13 14 |
# File 'lib/rakuten_api/item_ranking/model.rb', line 12 def self.casting ITEM_CASTING end |