Class: FortniteAPI::ShopItem

Inherits:
Struct
  • Object
show all
Defined in:
lib/fortniteapi/api.rb

Instance Attribute Summary collapse

Instance Attribute Details

Returns the value of attribute banner

Returns:

  • (Object)

    the current value of banner



8
9
10
# File 'lib/fortniteapi/api.rb', line 8

def banner
  @banner
end

#finalPriceObject

Returns the value of attribute finalPrice

Returns:

  • (Object)

    the current value of finalPrice



8
9
10
# File 'lib/fortniteapi/api.rb', line 8

def finalPrice
  @finalPrice
end

#giftableObject

Returns the value of attribute giftable

Returns:

  • (Object)

    the current value of giftable



8
9
10
# File 'lib/fortniteapi/api.rb', line 8

def giftable
  @giftable
end

#isBundleObject

Returns the value of attribute isBundle

Returns:

  • (Object)

    the current value of isBundle



8
9
10
# File 'lib/fortniteapi/api.rb', line 8

def isBundle
  @isBundle
end

#itemsObject

Returns the value of attribute items

Returns:

  • (Object)

    the current value of items



8
9
10
# File 'lib/fortniteapi/api.rb', line 8

def items
  @items
end

#panelObject

Returns the value of attribute panel

Returns:

  • (Object)

    the current value of panel



8
9
10
# File 'lib/fortniteapi/api.rb', line 8

def panel
  @panel
end

#refundableObject

Returns the value of attribute refundable

Returns:

  • (Object)

    the current value of refundable



8
9
10
# File 'lib/fortniteapi/api.rb', line 8

def refundable
  @refundable
end

#regularPriceObject

Returns the value of attribute regularPrice

Returns:

  • (Object)

    the current value of regularPrice



8
9
10
# File 'lib/fortniteapi/api.rb', line 8

def regularPrice
  @regularPrice
end

#sortPriorityObject

Returns the value of attribute sortPriority

Returns:

  • (Object)

    the current value of sortPriority



8
9
10
# File 'lib/fortniteapi/api.rb', line 8

def sortPriority
  @sortPriority
end