Class: HostingChangeMainDomainReturn

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

Overview

http://soapi.ovh.com/managerhostingChangeMainDomainReturn

Constant Summary collapse

@@schema_type =
"hostingChangeMainDomainReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["id", ["SOAP::SOAPInt", XSD::QName.new(nil, "id")]], ["country", ["SOAP::SOAPString", XSD::QName.new(nil, "country")]], ["password", ["SOAP::SOAPString", XSD::QName.new(nil, "password")]], ["totalPriceWithVat", ["SOAP::SOAPFloat", XSD::QName.new(nil, "totalPriceWithVat")]], ["totalPrice", ["SOAP::SOAPFloat", XSD::QName.new(nil, "totalPrice")]], ["url", ["SOAP::SOAPString", XSD::QName.new(nil, "url")]], ["vatRate", ["SOAP::SOAPFloat", XSD::QName.new(nil, "vatRate")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, country = nil, password = nil, totalPriceWithVat = nil, totalPrice = nil, url = nil, vatRate = nil) ⇒ HostingChangeMainDomainReturn

Returns a new instance of HostingChangeMainDomainReturn.



4191
4192
4193
4194
4195
4196
4197
4198
4199
# File 'lib/ovhrb/manager/manager.rb', line 4191

def initialize(id = nil, country = nil, password = nil, totalPriceWithVat = nil, totalPrice = nil, url = nil, vatRate = nil)
  @id = id
  @country = country
  @password = password
  @totalPriceWithVat = totalPriceWithVat
  @totalPrice = totalPrice
  @url = url
  @vatRate = vatRate
end

Instance Attribute Details

#countryObject

Returns the value of attribute country.



4184
4185
4186
# File 'lib/ovhrb/manager/manager.rb', line 4184

def country
  @country
end

#idObject

Returns the value of attribute id.



4183
4184
4185
# File 'lib/ovhrb/manager/manager.rb', line 4183

def id
  @id
end

#passwordObject

Returns the value of attribute password.



4185
4186
4187
# File 'lib/ovhrb/manager/manager.rb', line 4185

def password
  @password
end

#totalPriceObject

Returns the value of attribute totalPrice.



4187
4188
4189
# File 'lib/ovhrb/manager/manager.rb', line 4187

def totalPrice
  @totalPrice
end

#totalPriceWithVatObject

Returns the value of attribute totalPriceWithVat.



4186
4187
4188
# File 'lib/ovhrb/manager/manager.rb', line 4186

def totalPriceWithVat
  @totalPriceWithVat
end

#urlObject

Returns the value of attribute url.



4188
4189
4190
# File 'lib/ovhrb/manager/manager.rb', line 4188

def url
  @url
end

#vatRateObject

Returns the value of attribute vatRate.



4189
4190
4191
# File 'lib/ovhrb/manager/manager.rb', line 4189

def vatRate
  @vatRate
end