Class: HostingSummaryReturn

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

Overview

http://soapi.ovh.com/managerhostingSummaryReturn

Constant Summary collapse

@@schema_type =
"hostingSummaryReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["country", ["SOAP::SOAPString", XSD::QName.new(nil, "country")]], ["webspace", ["SOAP::SOAPString", XSD::QName.new(nil, "webspace")]], ["maxWebspace", ["SOAP::SOAPString", XSD::QName.new(nil, "maxWebspace")]], ["subdomains", ["SOAP::SOAPString", XSD::QName.new(nil, "subdomains")]], ["multidomains", ["SOAP::SOAPString", XSD::QName.new(nil, "multidomains")]], ["multiftps", ["SOAP::SOAPString", XSD::QName.new(nil, "multiftps")]], ["anonymousftp", ["SOAP::SOAPString", XSD::QName.new(nil, "anonymousftp")]], ["databases", ["SOAP::SOAPString", XSD::QName.new(nil, "databases")]], ["freedom_remaining", ["SOAP::SOAPString", XSD::QName.new(nil, "freedom_remaining")]], ["freedom_assigned", ["SOAP::SOAPString", XSD::QName.new(nil, "freedom_assigned")]], ["freedom_total", ["SOAP::SOAPString", XSD::QName.new(nil, "freedom_total")]], ["highCapacity", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "highCapacity")]], ["highSecurity", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "highSecurity")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(country = nil, webspace = nil, maxWebspace = nil, subdomains = nil, multidomains = nil, multiftps = nil, anonymousftp = nil, databases = nil, freedom_remaining = nil, freedom_assigned = nil, freedom_total = nil, highCapacity = nil, highSecurity = nil) ⇒ HostingSummaryReturn

Returns a new instance of HostingSummaryReturn.



4288
4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
# File 'lib/ovhrb/manager/manager.rb', line 4288

def initialize(country = nil, webspace = nil, maxWebspace = nil, subdomains = nil, multidomains = nil, multiftps = nil, anonymousftp = nil, databases = nil, freedom_remaining = nil, freedom_assigned = nil, freedom_total = nil, highCapacity = nil, highSecurity = nil)
  @country = country
  @webspace = webspace
  @maxWebspace = maxWebspace
  @subdomains = subdomains
  @multidomains = multidomains
  @multiftps = multiftps
  @anonymousftp = anonymousftp
  @databases = databases
  @freedom_remaining = freedom_remaining
  @freedom_assigned = freedom_assigned
  @freedom_total = freedom_total
  @highCapacity = highCapacity
  @highSecurity = highSecurity
end

Instance Attribute Details

#anonymousftpObject

Returns the value of attribute anonymousftp.



4280
4281
4282
# File 'lib/ovhrb/manager/manager.rb', line 4280

def anonymousftp
  @anonymousftp
end

#countryObject

Returns the value of attribute country.



4274
4275
4276
# File 'lib/ovhrb/manager/manager.rb', line 4274

def country
  @country
end

#databasesObject

Returns the value of attribute databases.



4281
4282
4283
# File 'lib/ovhrb/manager/manager.rb', line 4281

def databases
  @databases
end

#freedom_assignedObject

Returns the value of attribute freedom_assigned.



4283
4284
4285
# File 'lib/ovhrb/manager/manager.rb', line 4283

def freedom_assigned
  @freedom_assigned
end

#freedom_remainingObject

Returns the value of attribute freedom_remaining.



4282
4283
4284
# File 'lib/ovhrb/manager/manager.rb', line 4282

def freedom_remaining
  @freedom_remaining
end

#freedom_totalObject

Returns the value of attribute freedom_total.



4284
4285
4286
# File 'lib/ovhrb/manager/manager.rb', line 4284

def freedom_total
  @freedom_total
end

#highCapacityObject

Returns the value of attribute highCapacity.



4285
4286
4287
# File 'lib/ovhrb/manager/manager.rb', line 4285

def highCapacity
  @highCapacity
end

#highSecurityObject

Returns the value of attribute highSecurity.



4286
4287
4288
# File 'lib/ovhrb/manager/manager.rb', line 4286

def highSecurity
  @highSecurity
end

#maxWebspaceObject

Returns the value of attribute maxWebspace.



4276
4277
4278
# File 'lib/ovhrb/manager/manager.rb', line 4276

def maxWebspace
  @maxWebspace
end

#multidomainsObject

Returns the value of attribute multidomains.



4278
4279
4280
# File 'lib/ovhrb/manager/manager.rb', line 4278

def multidomains
  @multidomains
end

#multiftpsObject

Returns the value of attribute multiftps.



4279
4280
4281
# File 'lib/ovhrb/manager/manager.rb', line 4279

def multiftps
  @multiftps
end

#subdomainsObject

Returns the value of attribute subdomains.



4277
4278
4279
# File 'lib/ovhrb/manager/manager.rb', line 4277

def subdomains
  @subdomains
end

#webspaceObject

Returns the value of attribute webspace.



4275
4276
4277
# File 'lib/ovhrb/manager/manager.rb', line 4275

def webspace
  @webspace
end