class Bosh::Stemcell::Agent::NullAgent

Public Instance Methods

==(other) click to toggle source
# File lib/bosh/stemcell/agent.rb, line 19
def ==(other)
  name == other.name
end
name() click to toggle source
# File lib/bosh/stemcell/agent.rb, line 15
def name
  'null'
end