Class: FortniteAPI::STWNews
- Inherits:
-
Struct
- Object
- Struct
- FortniteAPI::STWNews
- 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
6 7 8 |
# File 'lib/fortniteapi/api.rb', line 6 def adspace @adspace end |
#body ⇒ Object
Returns the value of attribute body
6 7 8 |
# File 'lib/fortniteapi/api.rb', line 6 def body @body end |
#hidden ⇒ Object
Returns the value of attribute hidden
6 7 8 |
# File 'lib/fortniteapi/api.rb', line 6 def hidden @hidden end |
#image ⇒ Object
Returns the value of attribute image
6 7 8 |
# File 'lib/fortniteapi/api.rb', line 6 def image @image end |
#messageType ⇒ Object
Returns the value of attribute messageType
6 7 8 |
# File 'lib/fortniteapi/api.rb', line 6 def @messageType end |
#spotlight ⇒ Object
Returns the value of attribute spotlight
6 7 8 |
# File 'lib/fortniteapi/api.rb', line 6 def spotlight @spotlight end |
#title ⇒ Object
Returns the value of attribute title
6 7 8 |
# File 'lib/fortniteapi/api.rb', line 6 def title @title end |
#type ⇒ Object
Returns the value of attribute type
6 7 8 |
# File 'lib/fortniteapi/api.rb', line 6 def type @type end |