Class: Bow::Host
- Inherits:
-
Struct
- Object
- Struct
- Bow::Host
- Defined in:
- lib/bow/targets.rb
Instance Attribute Summary collapse
-
#conn ⇒ Object
Returns the value of attribute conn.
-
#group ⇒ Object
Returns the value of attribute group.
-
#host ⇒ Object
Returns the value of attribute host.
Instance Attribute Details
#conn ⇒ Object
Returns the value of attribute conn
7 8 9 |
# File 'lib/bow/targets.rb', line 7 def conn @conn end |
#group ⇒ Object
Returns the value of attribute group
7 8 9 |
# File 'lib/bow/targets.rb', line 7 def group @group end |
#host ⇒ Object
Returns the value of attribute host
7 8 9 |
# File 'lib/bow/targets.rb', line 7 def host @host end |