Methods

Class/Module Index [+]

Quicksearch

RHC::Rest::Team

Public Instance Methods

<=>(team) click to toggle source
# File lib/rhc/rest/team.rb, line 11
def <=>(team)
  return self.name <=> team.name
end
global?() click to toggle source
# File lib/rhc/rest/team.rb, line 7
def global?
  global
end
to_s() click to toggle source
# File lib/rhc/rest/team.rb, line 15
def to_s
  self.name
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.