Class: Caliph::CommandLineDSL::Watcher
- Inherits:
-
Object
- Object
- Caliph::CommandLineDSL::Watcher
- Defined in:
- lib/caliph/command-line-dsl.rb
Instance Attribute Summary collapse
-
#apex ⇒ Object
Returns the value of attribute apex.
Instance Method Summary collapse
Instance Attribute Details
#apex ⇒ Object
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
#inspect ⇒ Object
6 7 8 |
# File 'lib/caliph/command-line-dsl.rb', line 6 def inspect "Watcher@#{"%#0x" % apex.object_id}" end |