Class: Bosh::Stemcell::Agent::Go

Inherits:
Object
  • Object
show all
Defined in:
lib/bosh/stemcell/agent.rb

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



29
30
31
# File 'lib/bosh/stemcell/agent.rb', line 29

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

#nameObject



25
26
27
# File 'lib/bosh/stemcell/agent.rb', line 25

def name
  'go'
end