Class: Rubio::Station
- Inherits:
-
Struct
- Object
- Struct
- Rubio::Station
- Defined in:
- lib/rubio/station.rb
Instance Attribute Summary collapse
-
#language ⇒ Object
Returns the value of attribute language.
-
#name ⇒ Object
Returns the value of attribute name.
-
#play ⇒ Object
Returns the value of attribute play.
-
#playing ⇒ Object
Returns the value of attribute playing.
-
#stationuuid ⇒ Object
Returns the value of attribute stationuuid.
-
#url ⇒ Object
Returns the value of attribute url.
Instance Method Summary collapse
-
#initialize(*args, **kwargs) ⇒ Station
constructor
A new instance of Station.
Constructor Details
#initialize(*args, **kwargs) ⇒ Station
Returns a new instance of Station.
7 8 9 10 |
# File 'lib/rubio/station.rb', line 7 def initialize(*args, **kwargs) super(*args, **kwargs) self. = false end |
Instance Attribute Details
#language ⇒ Object
Returns the value of attribute language
4 5 6 |
# File 'lib/rubio/station.rb', line 4 def language @language end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/rubio/station.rb', line 4 def name @name end |
#play ⇒ Object
Returns the value of attribute play
4 5 6 |
# File 'lib/rubio/station.rb', line 4 def play @play end |
#playing ⇒ Object
Returns the value of attribute playing.
5 6 7 |
# File 'lib/rubio/station.rb', line 5 def end |
#stationuuid ⇒ Object
Returns the value of attribute stationuuid
4 5 6 |
# File 'lib/rubio/station.rb', line 4 def stationuuid @stationuuid end |
#url ⇒ Object
Returns the value of attribute url
4 5 6 |
# File 'lib/rubio/station.rb', line 4 def url @url end |