Class: Bosh::Stemcell::Agent::NullAgent

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

Instance Method Summary collapse

Instance Method Details

#==(other) ⇒ Object



22
23
24
# File 'lib/bosh/stemcell/agent.rb', line 22

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

#nameObject



18
19
20
# File 'lib/bosh/stemcell/agent.rb', line 18

def name
  'null'
end