Class: Shoutcast::Genre
Overview
A music genre.
Instance Method Summary collapse
-
#<=>(other) ⇒ Object
Compare by
name
. -
#to_s ⇒ Object
String representation of this station.
Methods included from Xml
Instance Method Details
#<=>(other) ⇒ Object
Compare by name
178 179 180 |
# File 'lib/shoutcast_api.rb', line 178 def <=>(other) name <=> other.name end |
#to_s ⇒ Object
String representation of this station
183 184 185 |
# File 'lib/shoutcast_api.rb', line 183 def to_s name end |