Class: Caliph::CommandLineDSL::Watcher

Inherits:
Object
  • Object
show all
Defined in:
lib/caliph/command-line-dsl.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#apexObject

Returns the value of attribute apex.



4
5
6
# File 'lib/caliph/command-line-dsl.rb', line 4

def apex
  @apex
end

Instance Method Details

#inspectObject



6
7
8
# File 'lib/caliph/command-line-dsl.rb', line 6

def inspect
  "Watcher@#{"%#0x" % apex.object_id}"
end