Class: FortniteAPI::BRCosmetic
- Inherits:
-
Struct
- Object
- Struct
- FortniteAPI::BRCosmetic
- Defined in:
- lib/fortniteapi/api.rb
Instance Attribute Summary collapse
-
#added ⇒ Object
Returns the value of attribute added.
-
#backendRarity ⇒ Object
Returns the value of attribute backendRarity.
-
#backendSeries ⇒ Object
Returns the value of attribute backendSeries.
-
#backendType ⇒ Object
Returns the value of attribute backendType.
-
#builtInEmoteId ⇒ Object
Returns the value of attribute builtInEmoteId.
-
#definition ⇒ Object
Returns the value of attribute definition.
-
#description ⇒ Object
Returns the value of attribute description.
-
#displayAssetPath ⇒ Object
Returns the value of attribute displayAssetPath.
-
#displayRarity ⇒ Object
Returns the value of attribute displayRarity.
-
#gameplayTags ⇒ Object
Returns the value of attribute gameplayTags.
-
#id ⇒ Object
Returns the value of attribute id.
-
#images ⇒ Object
Returns the value of attribute images.
-
#lastUpdate ⇒ Object
Returns the value of attribute lastUpdate.
-
#name ⇒ Object
Returns the value of attribute name.
-
#path ⇒ Object
Returns the value of attribute path.
-
#rarity ⇒ Object
Returns the value of attribute rarity.
-
#requiredItemId ⇒ Object
Returns the value of attribute requiredItemId.
-
#set ⇒ Object
Returns the value of attribute set.
-
#setText ⇒ Object
Returns the value of attribute setText.
-
#shortDescription ⇒ Object
Returns the value of attribute shortDescription.
-
#type ⇒ Object
Returns the value of attribute type.
-
#variants ⇒ Object
Returns the value of attribute variants.
Instance Attribute Details
#added ⇒ Object
Returns the value of attribute added
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def added @added end |
#backendRarity ⇒ Object
Returns the value of attribute backendRarity
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def backendRarity @backendRarity end |
#backendSeries ⇒ Object
Returns the value of attribute backendSeries
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def backendSeries @backendSeries end |
#backendType ⇒ Object
Returns the value of attribute backendType
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def backendType @backendType end |
#builtInEmoteId ⇒ Object
Returns the value of attribute builtInEmoteId
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def builtInEmoteId @builtInEmoteId end |
#definition ⇒ Object
Returns the value of attribute definition
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def definition @definition end |
#description ⇒ Object
Returns the value of attribute description
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def description @description end |
#displayAssetPath ⇒ Object
Returns the value of attribute displayAssetPath
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def displayAssetPath @displayAssetPath end |
#displayRarity ⇒ Object
Returns the value of attribute displayRarity
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def displayRarity @displayRarity end |
#gameplayTags ⇒ Object
Returns the value of attribute gameplayTags
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def gameplayTags @gameplayTags end |
#id ⇒ Object
Returns the value of attribute id
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def id @id end |
#images ⇒ Object
Returns the value of attribute images
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def images @images end |
#lastUpdate ⇒ Object
Returns the value of attribute lastUpdate
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def lastUpdate @lastUpdate end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def name @name end |
#path ⇒ Object
Returns the value of attribute path
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def path @path end |
#rarity ⇒ Object
Returns the value of attribute rarity
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def rarity @rarity end |
#requiredItemId ⇒ Object
Returns the value of attribute requiredItemId
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def requiredItemId @requiredItemId end |
#set ⇒ Object
Returns the value of attribute set
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def set @set end |
#setText ⇒ Object
Returns the value of attribute setText
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def setText @setText end |
#shortDescription ⇒ Object
Returns the value of attribute shortDescription
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def shortDescription @shortDescription end |
#type ⇒ Object
Returns the value of attribute type
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def type @type end |
#variants ⇒ Object
Returns the value of attribute variants
4 5 6 |
# File 'lib/fortniteapi/api.rb', line 4 def variants @variants end |