Class: FortniteAPI::ShopItem
- Inherits:
-
Struct
- Object
- Struct
- FortniteAPI::ShopItem
- Defined in:
- lib/fortniteapi/api.rb
Instance Attribute Summary collapse
-
#banner ⇒ Object
Returns the value of attribute banner.
-
#finalPrice ⇒ Object
Returns the value of attribute finalPrice.
-
#giftable ⇒ Object
Returns the value of attribute giftable.
-
#isBundle ⇒ Object
Returns the value of attribute isBundle.
-
#items ⇒ Object
Returns the value of attribute items.
-
#panel ⇒ Object
Returns the value of attribute panel.
-
#refundable ⇒ Object
Returns the value of attribute refundable.
-
#regularPrice ⇒ Object
Returns the value of attribute regularPrice.
-
#sortPriority ⇒ Object
Returns the value of attribute sortPriority.
Instance Attribute Details
#banner ⇒ Object
Returns the value of attribute banner
8 9 10 |
# File 'lib/fortniteapi/api.rb', line 8 def end |
#finalPrice ⇒ Object
Returns the value of attribute finalPrice
8 9 10 |
# File 'lib/fortniteapi/api.rb', line 8 def finalPrice @finalPrice end |
#giftable ⇒ Object
Returns the value of attribute giftable
8 9 10 |
# File 'lib/fortniteapi/api.rb', line 8 def giftable @giftable end |
#isBundle ⇒ Object
Returns the value of attribute isBundle
8 9 10 |
# File 'lib/fortniteapi/api.rb', line 8 def isBundle @isBundle end |
#items ⇒ Object
Returns the value of attribute items
8 9 10 |
# File 'lib/fortniteapi/api.rb', line 8 def items @items end |
#panel ⇒ Object
Returns the value of attribute panel
8 9 10 |
# File 'lib/fortniteapi/api.rb', line 8 def panel @panel end |
#refundable ⇒ Object
Returns the value of attribute refundable
8 9 10 |
# File 'lib/fortniteapi/api.rb', line 8 def refundable @refundable end |
#regularPrice ⇒ Object
Returns the value of attribute regularPrice
8 9 10 |
# File 'lib/fortniteapi/api.rb', line 8 def regularPrice @regularPrice end |
#sortPriority ⇒ Object
Returns the value of attribute sortPriority
8 9 10 |
# File 'lib/fortniteapi/api.rb', line 8 def sortPriority @sortPriority end |