Class: Rocksky::Generated::RadioRecord
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::RadioRecord
- Defined in:
- lib/rocksky/generated/types.rb
Instance Attribute Summary collapse
-
#createdAt ⇒ Object
Returns the value of attribute createdAt.
-
#description ⇒ Object
Returns the value of attribute description.
-
#genre ⇒ Object
Returns the value of attribute genre.
-
#logo ⇒ Object
Returns the value of attribute logo.
-
#name ⇒ Object
Returns the value of attribute name.
-
#url ⇒ Object
Returns the value of attribute url.
-
#website ⇒ Object
Returns the value of attribute website.
Instance Attribute Details
#createdAt ⇒ Object
Returns the value of attribute createdAt
177 178 179 |
# File 'lib/rocksky/generated/types.rb', line 177 def createdAt @createdAt end |
#description ⇒ Object
Returns the value of attribute description
177 178 179 |
# File 'lib/rocksky/generated/types.rb', line 177 def description @description end |
#genre ⇒ Object
Returns the value of attribute genre
177 178 179 |
# File 'lib/rocksky/generated/types.rb', line 177 def genre @genre end |
#logo ⇒ Object
Returns the value of attribute logo
177 178 179 |
# File 'lib/rocksky/generated/types.rb', line 177 def logo @logo end |
#name ⇒ Object
Returns the value of attribute name
177 178 179 |
# File 'lib/rocksky/generated/types.rb', line 177 def name @name end |
#url ⇒ Object
Returns the value of attribute url
177 178 179 |
# File 'lib/rocksky/generated/types.rb', line 177 def url @url end |
#website ⇒ Object
Returns the value of attribute website
177 178 179 |
# File 'lib/rocksky/generated/types.rb', line 177 def website @website end |