Class: MultiFtpStruct

Inherits:
Object
  • Object
show all
Defined in:
lib/ovhrb/manager/manager.rb

Overview

Constant Summary collapse

@@schema_type =
"multiFtpStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["subdir", ["SOAP::SOAPString", XSD::QName.new(nil, "subdir")]], ["login", ["SOAP::SOAPString", XSD::QName.new(nil, "login")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(subdir = nil, login = nil) ⇒ MultiFtpStruct

Returns a new instance of MultiFtpStruct.



4427
4428
4429
4430
# File 'lib/ovhrb/manager/manager.rb', line 4427

def initialize(subdir = nil,  = nil)
  @subdir = subdir
  @login = 
end

Instance Attribute Details

#loginObject

Returns the value of attribute login.



4425
4426
4427
# File 'lib/ovhrb/manager/manager.rb', line 4425

def 
  @login
end

#subdirObject

Returns the value of attribute subdir.



4424
4425
4426
# File 'lib/ovhrb/manager/manager.rb', line 4424

def subdir
  @subdir
end