Class: AnonymousFtpInfoReturn

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

Overview

http://soapi.ovh.com/manageranonymousFtpInfoReturn

Constant Summary collapse

@@schema_type =
"anonymousFtpInfoReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["login", ["SOAP::SOAPString", XSD::QName.new(nil, "login")]], ["url", ["SOAP::SOAPString", XSD::QName.new(nil, "url")]], ["max", ["SOAP::SOAPInt", XSD::QName.new(nil, "max")]], ["quota", ["SOAP::SOAPInt", XSD::QName.new(nil, "quota")]], ["active", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "active")]], ["todo", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "todo")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(login = nil, url = nil, max = nil, quota = nil, active = nil, todo = nil) ⇒ AnonymousFtpInfoReturn

Returns a new instance of AnonymousFtpInfoReturn.



4374
4375
4376
4377
4378
4379
4380
4381
# File 'lib/ovhrb/manager/manager.rb', line 4374

def initialize( = nil, url = nil, max = nil, quota = nil, active = nil, todo = nil)
  @login = 
  @url = url
  @max = max
  @quota = quota
  @active = active
  @todo = todo
end

Instance Attribute Details

#activeObject

Returns the value of attribute active.



4371
4372
4373
# File 'lib/ovhrb/manager/manager.rb', line 4371

def active
  @active
end

#loginObject

Returns the value of attribute login.



4367
4368
4369
# File 'lib/ovhrb/manager/manager.rb', line 4367

def 
  @login
end

#maxObject

Returns the value of attribute max.



4369
4370
4371
# File 'lib/ovhrb/manager/manager.rb', line 4369

def max
  @max
end

#quotaObject

Returns the value of attribute quota.



4370
4371
4372
# File 'lib/ovhrb/manager/manager.rb', line 4370

def quota
  @quota
end

#todoObject

Returns the value of attribute todo.



4372
4373
4374
# File 'lib/ovhrb/manager/manager.rb', line 4372

def todo
  @todo
end

#urlObject

Returns the value of attribute url.



4368
4369
4370
# File 'lib/ovhrb/manager/manager.rb', line 4368

def url
  @url
end