Class: FortniteAPI::CreativeNews
- Inherits:
-
Struct
- Object
- Struct
- FortniteAPI::CreativeNews
- Defined in:
- lib/fortniteapi/api.rb
Instance Attribute Summary collapse
-
#adspace ⇒ Object
Returns the value of attribute adspace.
-
#body ⇒ Object
Returns the value of attribute body.
-
#hidden ⇒ Object
Returns the value of attribute hidden.
-
#image ⇒ Object
Returns the value of attribute image.
-
#messageType ⇒ Object
Returns the value of attribute messageType.
-
#spotlight ⇒ Object
Returns the value of attribute spotlight.
-
#title ⇒ Object
Returns the value of attribute title.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#adspace ⇒ Object
Returns the value of attribute adspace
7 8 9 |
# File 'lib/fortniteapi/api.rb', line 7 def adspace @adspace end |
#body ⇒ Object
Returns the value of attribute body
7 8 9 |
# File 'lib/fortniteapi/api.rb', line 7 def body @body end |
#hidden ⇒ Object
Returns the value of attribute hidden
7 8 9 |
# File 'lib/fortniteapi/api.rb', line 7 def hidden @hidden end |
#image ⇒ Object
Returns the value of attribute image
7 8 9 |
# File 'lib/fortniteapi/api.rb', line 7 def image @image end |
#messageType ⇒ Object
Returns the value of attribute messageType
7 8 9 |
# File 'lib/fortniteapi/api.rb', line 7 def end |
#spotlight ⇒ Object
Returns the value of attribute spotlight
7 8 9 |
# File 'lib/fortniteapi/api.rb', line 7 def spotlight @spotlight end |
#title ⇒ Object
Returns the value of attribute title
7 8 9 |
# File 'lib/fortniteapi/api.rb', line 7 def title @title end |
#type ⇒ Object
Returns the value of attribute type
7 8 9 |
# File 'lib/fortniteapi/api.rb', line 7 def type @type end |