Class: AccountSummaryReturn

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

Overview

http://soapi.ovh.com/manageraccountSummaryReturn

Constant Summary collapse

@@schema_type =
"accountSummaryReturn"
@@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) ⇒ AccountSummaryReturn

Returns a new instance of AccountSummaryReturn.



4156
4157
4158
4159
4160
4161
4162
4163
4164
4165
4166
4167
# File 'lib/ovhrb/manager/manager.rb', line 4156

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.



4146
4147
4148
# File 'lib/ovhrb/manager/manager.rb', line 4146

def 
  @account
end

#alertThresholdObject

Returns the value of attribute alertThreshold.



4150
4151
4152
# File 'lib/ovhrb/manager/manager.rb', line 4150

def alertThreshold
  @alertThreshold
end

#balanceObject

Returns the value of attribute balance.



4149
4150
4151
# File 'lib/ovhrb/manager/manager.rb', line 4149

def balance
  @balance
end

#closeDateObject

Returns the value of attribute closeDate.



4154
4155
4156
# File 'lib/ovhrb/manager/manager.rb', line 4154

def closeDate
  @closeDate
end

#countryObject

Returns the value of attribute country.



4147
4148
4149
# File 'lib/ovhrb/manager/manager.rb', line 4147

def country
  @country
end

#dateObject

Returns the value of attribute date.



4153
4154
4155
# File 'lib/ovhrb/manager/manager.rb', line 4153

def date
  @date
end

#descriptionObject

Returns the value of attribute description.



4148
4149
4150
# File 'lib/ovhrb/manager/manager.rb', line 4148

def description
  @description
end

#limitThresholdObject

Returns the value of attribute limitThreshold.



4151
4152
4153
# File 'lib/ovhrb/manager/manager.rb', line 4151

def limitThreshold
  @limitThreshold
end

#nicObject

Returns the value of attribute nic.



4145
4146
4147
# File 'lib/ovhrb/manager/manager.rb', line 4145

def nic
  @nic
end

#openDateObject

Returns the value of attribute openDate.



4152
4153
4154
# File 'lib/ovhrb/manager/manager.rb', line 4152

def openDate
  @openDate
end