Class: Host
- Inherits:
-
Object
- Object
- Host
- Defined in:
- lib/satops.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
Instance Method Summary collapse
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name.
210 211 212 |
# File 'lib/satops.rb', line 210 def name @name end |
Instance Method Details
#auth ⇒ Object
216 217 218 |
# File 'lib/satops.rb', line 216 def auth @user[:passwd] end |
#login ⇒ Object
212 213 214 |
# File 'lib/satops.rb', line 212 def login @user[:login] end |