Class: Virtuozzo::SOAP::Types::Backupm::Ds_locationType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Backupm::Ds_locationType
- Defined in:
- lib/virtuozzo/soap/types/backupm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/data_storagemds_locationType
type - SOAP::SOAPInt
path - SOAP::SOAPBase64
login - Virtuozzo::SOAP::Types::Backupm::Auth_nameType
password - SOAP::SOAPString
Instance Attribute Summary collapse
-
#login ⇒ Object
Returns the value of attribute login.
-
#password ⇒ Object
Returns the value of attribute password.
-
#path ⇒ Object
Returns the value of attribute path.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, path = nil, login = nil, password = nil) ⇒ Ds_locationType
constructor
A new instance of Ds_locationType.
Constructor Details
#initialize(type = nil, path = nil, login = nil, password = nil) ⇒ Ds_locationType
Returns a new instance of Ds_locationType.
2281 2282 2283 2284 2285 2286 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2281 def initialize(type = nil, path = nil, login = nil, password = nil) @type = type @path = path @login = login @password = password end |
Instance Attribute Details
#login ⇒ Object
Returns the value of attribute login.
2278 2279 2280 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2278 def login @login end |
#password ⇒ Object
Returns the value of attribute password.
2279 2280 2281 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2279 def password @password end |
#path ⇒ Object
Returns the value of attribute path.
2277 2278 2279 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2277 def path @path end |
#type ⇒ Object
Returns the value of attribute type.
2276 2277 2278 |
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2276 def type @type end |