class Bosh::Stemcell::Agent::Go

Public Instance Methods

==(other) click to toggle source
# File lib/bosh/stemcell/agent.rb, line 29
def ==(other)
  name == other.name
end
name() click to toggle source
# File lib/bosh/stemcell/agent.rb, line 25
def name
  'go'
end