Class: ResellerAccountSummaryReturn

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

Overview

http://soapi.ovh.com/managerresellerAccountSummaryReturn

Constant Summary collapse

@@schema_type =
"resellerAccountSummaryReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["nic", ["SOAP::SOAPString", XSD::QName.new(nil, "nic")]], ["account", ["SOAP::SOAPString", XSD::QName.new(nil, "account")]], ["country", ["SOAP::SOAPString", XSD::QName.new(nil, "country")]], ["description", ["SOAP::SOAPString", XSD::QName.new(nil, "description")]], ["balance", ["SOAP::SOAPInt", XSD::QName.new(nil, "balance")]], ["alertThreshold", ["SOAP::SOAPInt", XSD::QName.new(nil, "alertThreshold")]], ["limitThreshold", ["SOAP::SOAPInt", XSD::QName.new(nil, "limitThreshold")]], ["openDate", ["SOAP::SOAPString", XSD::QName.new(nil, "openDate")]], ["date", ["SOAP::SOAPString", XSD::QName.new(nil, "date")]], ["closeDate", ["SOAP::SOAPString", XSD::QName.new(nil, "closeDate")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(nic = nil, account = nil, country = nil, description = nil, balance = nil, alertThreshold = nil, limitThreshold = nil, openDate = nil, date = nil, closeDate = nil) ⇒ ResellerAccountSummaryReturn

Returns a new instance of ResellerAccountSummaryReturn.



4044
4045
4046
4047
4048
4049
4050
4051
4052
4053
4054
4055
# File 'lib/ovhrb/manager/manager.rb', line 4044

def initialize(nic = nil,  = nil, country = nil, description = nil, balance = nil, alertThreshold = nil, limitThreshold = nil, openDate = nil, date = nil, closeDate = nil)
  @nic = nic
  @account = 
  @country = country
  @description = description
  @balance = balance
  @alertThreshold = alertThreshold
  @limitThreshold = limitThreshold
  @openDate = openDate
  @date = date
  @closeDate = closeDate
end

Instance Attribute Details

#accountObject

Returns the value of attribute account.



4034
4035
4036
# File 'lib/ovhrb/manager/manager.rb', line 4034

def 
  @account
end

#alertThresholdObject

Returns the value of attribute alertThreshold.



4038
4039
4040
# File 'lib/ovhrb/manager/manager.rb', line 4038

def alertThreshold
  @alertThreshold
end

#balanceObject

Returns the value of attribute balance.



4037
4038
4039
# File 'lib/ovhrb/manager/manager.rb', line 4037

def balance
  @balance
end

#closeDateObject

Returns the value of attribute closeDate.



4042
4043
4044
# File 'lib/ovhrb/manager/manager.rb', line 4042

def closeDate
  @closeDate
end

#countryObject

Returns the value of attribute country.



4035
4036
4037
# File 'lib/ovhrb/manager/manager.rb', line 4035

def country
  @country
end

#dateObject

Returns the value of attribute date.



4041
4042
4043
# File 'lib/ovhrb/manager/manager.rb', line 4041

def date
  @date
end

#descriptionObject

Returns the value of attribute description.



4036
4037
4038
# File 'lib/ovhrb/manager/manager.rb', line 4036

def description
  @description
end

#limitThresholdObject

Returns the value of attribute limitThreshold.



4039
4040
4041
# File 'lib/ovhrb/manager/manager.rb', line 4039

def limitThreshold
  @limitThreshold
end

#nicObject

Returns the value of attribute nic.



4033
4034
4035
# File 'lib/ovhrb/manager/manager.rb', line 4033

def nic
  @nic
end

#openDateObject

Returns the value of attribute openDate.



4040
4041
4042
# File 'lib/ovhrb/manager/manager.rb', line 4040

def openDate
  @openDate
end