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



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

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

#nameObject



15
16
17
# File 'lib/bosh/stemcell/agent.rb', line 15

def name
  'null'
end