Class: Rocksky::Generated::RadioViewDetailed
- Inherits:
-
Struct
- Object
- Struct
- Rocksky::Generated::RadioViewDetailed
- 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.
-
#id ⇒ Object
Returns the value of attribute id.
-
#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
179 180 181 |
# File 'lib/rocksky/generated/types.rb', line 179 def createdAt @createdAt end |
#description ⇒ Object
Returns the value of attribute description
179 180 181 |
# File 'lib/rocksky/generated/types.rb', line 179 def description @description end |
#genre ⇒ Object
Returns the value of attribute genre
179 180 181 |
# File 'lib/rocksky/generated/types.rb', line 179 def genre @genre end |
#id ⇒ Object
Returns the value of attribute id
179 180 181 |
# File 'lib/rocksky/generated/types.rb', line 179 def id @id end |
#logo ⇒ Object
Returns the value of attribute logo
179 180 181 |
# File 'lib/rocksky/generated/types.rb', line 179 def logo @logo end |
#name ⇒ Object
Returns the value of attribute name
179 180 181 |
# File 'lib/rocksky/generated/types.rb', line 179 def name @name end |
#url ⇒ Object
Returns the value of attribute url
179 180 181 |
# File 'lib/rocksky/generated/types.rb', line 179 def url @url end |
#website ⇒ Object
Returns the value of attribute website
179 180 181 |
# File 'lib/rocksky/generated/types.rb', line 179 def website @website end |