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