Class: Publish::Target
- Inherits:
-
Struct
- Object
- Struct
- Publish::Target
- Defined in:
- lib/hobix/publish/replicate.rb
Instance Attribute Summary collapse
-
#host ⇒ Object
Returns the value of attribute host.
-
#passwd ⇒ Object
Returns the value of attribute passwd.
-
#path ⇒ Object
Returns the value of attribute path.
-
#user ⇒ Object
Returns the value of attribute user.
Instance Attribute Details
#host ⇒ Object
Returns the value of attribute host
43 44 45 |
# File 'lib/hobix/publish/replicate.rb', line 43 def host @host end |
#passwd ⇒ Object
Returns the value of attribute passwd
43 44 45 |
# File 'lib/hobix/publish/replicate.rb', line 43 def passwd @passwd end |
#path ⇒ Object
Returns the value of attribute path
43 44 45 |
# File 'lib/hobix/publish/replicate.rb', line 43 def path @path end |
#user ⇒ Object
Returns the value of attribute user
43 44 45 |
# File 'lib/hobix/publish/replicate.rb', line 43 def user @user end |