Class: Rubio::BaseStation

Inherits:
Struct
  • Object
show all
Defined in:
lib/rubio/station.rb

Direct Known Subclasses

Station

Instance Attribute Summary collapse

Instance Attribute Details

#languageObject

Returns the value of attribute language

Returns:

  • (Object)

    the current value of language



4
5
6
# File 'lib/rubio/station.rb', line 4

def language
  @language
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



4
5
6
# File 'lib/rubio/station.rb', line 4

def name
  @name
end

#stationuuidObject

Returns the value of attribute stationuuid

Returns:

  • (Object)

    the current value of stationuuid



4
5
6
# File 'lib/rubio/station.rb', line 4

def stationuuid
  @stationuuid
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



4
5
6
# File 'lib/rubio/station.rb', line 4

def url
  @url
end