Class: Virtuozzo::SOAP::Types::Backupm::Ds_locationType

Inherits:
Object
  • Object
show all
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
 - Virtuozzo::SOAP::Types::Backupm::Auth_nameType
password - SOAP::SOAPString

Instance Attribute Summary collapse

Instance Method Summary collapse

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,  = nil, password = nil)
  @type = type
  @path = path
  @login = 
  @password = password
end

Instance Attribute Details

#loginObject

Returns the value of attribute login.



2278
2279
2280
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2278

def 
  @login
end

#passwordObject

Returns the value of attribute password.



2279
2280
2281
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2279

def password
  @password
end

#pathObject

Returns the value of attribute path.



2277
2278
2279
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2277

def path
  @path
end

#typeObject

Returns the value of attribute type.



2276
2277
2278
# File 'lib/virtuozzo/soap/types/backupm.rb', line 2276

def type
  @type
end