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