Class: FortniteAPI::CreatorCode
- Inherits:
-
Struct
- Object
- Struct
- FortniteAPI::CreatorCode
- Defined in:
- lib/fortniteapi/api.rb
Instance Attribute Summary collapse
-
#displayName ⇒ Object
Returns the value of attribute displayName.
-
#id ⇒ Object
Returns the value of attribute id.
-
#slug ⇒ Object
Returns the value of attribute slug.
-
#status ⇒ Object
Returns the value of attribute status.
-
#verified ⇒ Object
Returns the value of attribute verified.
Instance Attribute Details
#displayName ⇒ Object
Returns the value of attribute displayName
9 10 11 |
# File 'lib/fortniteapi/api.rb', line 9 def displayName @displayName end |
#id ⇒ Object
Returns the value of attribute id
9 10 11 |
# File 'lib/fortniteapi/api.rb', line 9 def id @id end |
#slug ⇒ Object
Returns the value of attribute slug
9 10 11 |
# File 'lib/fortniteapi/api.rb', line 9 def slug @slug end |
#status ⇒ Object
Returns the value of attribute status
9 10 11 |
# File 'lib/fortniteapi/api.rb', line 9 def status @status end |
#verified ⇒ Object
Returns the value of attribute verified
9 10 11 |
# File 'lib/fortniteapi/api.rb', line 9 def verified @verified end |