Class: Shoutcast::Genre

Inherits:
Object
  • Object
show all
Includes:
Xml
Defined in:
lib/shoutcast_api.rb

Instance Method Summary collapse

Methods included from Xml

included

Instance Method Details

#<=>(other) ⇒ Object



135
136
137
# File 'lib/shoutcast_api.rb', line 135

def <=>(other)
  name <=> other.name
end