Class: NicInfoReturn

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

Overview

Constant Summary collapse

@@schema_type =
"nicInfoReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["nic", ["SOAP::SOAPString", XSD::QName.new(nil, "nic")]], ["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]], ["firstname", ["SOAP::SOAPString", XSD::QName.new(nil, "firstname")]], ["email", ["SOAP::SOAPString", XSD::QName.new(nil, "email")]], ["spareEmail", ["SOAP::SOAPString", XSD::QName.new(nil, "spareEmail")]], ["phone", ["SOAP::SOAPString", XSD::QName.new(nil, "phone")]], ["fax", ["SOAP::SOAPString", XSD::QName.new(nil, "fax")]], ["address", ["SOAP::SOAPString", XSD::QName.new(nil, "address")]], ["city", ["SOAP::SOAPString", XSD::QName.new(nil, "city")]], ["area", ["SOAP::SOAPString", XSD::QName.new(nil, "area")]], ["zip", ["SOAP::SOAPString", XSD::QName.new(nil, "zip")]], ["country", ["SOAP::SOAPString", XSD::QName.new(nil, "country")]], ["language", ["SOAP::SOAPString", XSD::QName.new(nil, "language")]], ["legalform", ["SOAP::SOAPString", XSD::QName.new(nil, "legalform")]], ["organisation", ["SOAP::SOAPString", XSD::QName.new(nil, "organisation")]], ["legalName", ["SOAP::SOAPString", XSD::QName.new(nil, "legalName")]], ["legalNumber", ["SOAP::SOAPString", XSD::QName.new(nil, "legalNumber")]], ["vat", ["SOAP::SOAPString", XSD::QName.new(nil, "vat")]], ["isOwner", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "isOwner")]], ["billingCountry", ["SOAP::SOAPString", XSD::QName.new(nil, "billingCountry")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(nic = nil, name = nil, firstname = nil, email = nil, spareEmail = nil, phone = nil, fax = nil, address = nil, city = nil, area = nil, zip = nil, country = nil, language = nil, legalform = nil, organisation = nil, legalName = nil, legalNumber = nil, vat = nil, isOwner = nil, billingCountry = nil) ⇒ NicInfoReturn

Returns a new instance of NicInfoReturn.



1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
# File 'lib/ovhrb/manager/manager.rb', line 1719

def initialize(nic = nil, name = nil, firstname = nil, email = nil, spareEmail = nil, phone = nil, fax = nil, address = nil, city = nil, area = nil, zip = nil, country = nil, language = nil, legalform = nil, organisation = nil, legalName = nil, legalNumber = nil, vat = nil, isOwner = nil, billingCountry = nil)
  @nic = nic
  @name = name
  @firstname = firstname
  @email = email
  @spareEmail = spareEmail
  @phone = phone
  @fax = fax
  @address = address
  @city = city
  @area = area
  @zip = zip
  @country = country
  @language = language
  @legalform = legalform
  @organisation = organisation
  @legalName = legalName
  @legalNumber = legalNumber
  @vat = vat
  @isOwner = isOwner
  @billingCountry = billingCountry
end

Instance Attribute Details

#addressObject

Returns the value of attribute address.



1705
1706
1707
# File 'lib/ovhrb/manager/manager.rb', line 1705

def address
  @address
end

#areaObject

Returns the value of attribute area.



1707
1708
1709
# File 'lib/ovhrb/manager/manager.rb', line 1707

def area
  @area
end

#billingCountryObject

Returns the value of attribute billingCountry.



1717
1718
1719
# File 'lib/ovhrb/manager/manager.rb', line 1717

def billingCountry
  @billingCountry
end

#cityObject

Returns the value of attribute city.



1706
1707
1708
# File 'lib/ovhrb/manager/manager.rb', line 1706

def city
  @city
end

#countryObject

Returns the value of attribute country.



1709
1710
1711
# File 'lib/ovhrb/manager/manager.rb', line 1709

def country
  @country
end

#emailObject

Returns the value of attribute email.



1701
1702
1703
# File 'lib/ovhrb/manager/manager.rb', line 1701

def email
  @email
end

#faxObject

Returns the value of attribute fax.



1704
1705
1706
# File 'lib/ovhrb/manager/manager.rb', line 1704

def fax
  @fax
end

#firstnameObject

Returns the value of attribute firstname.



1700
1701
1702
# File 'lib/ovhrb/manager/manager.rb', line 1700

def firstname
  @firstname
end

#isOwnerObject

Returns the value of attribute isOwner.



1716
1717
1718
# File 'lib/ovhrb/manager/manager.rb', line 1716

def isOwner
  @isOwner
end

#languageObject

Returns the value of attribute language.



1710
1711
1712
# File 'lib/ovhrb/manager/manager.rb', line 1710

def language
  @language
end

#legalformObject

Returns the value of attribute legalform.



1711
1712
1713
# File 'lib/ovhrb/manager/manager.rb', line 1711

def legalform
  @legalform
end

#legalNameObject

Returns the value of attribute legalName.



1713
1714
1715
# File 'lib/ovhrb/manager/manager.rb', line 1713

def legalName
  @legalName
end

#legalNumberObject

Returns the value of attribute legalNumber.



1714
1715
1716
# File 'lib/ovhrb/manager/manager.rb', line 1714

def legalNumber
  @legalNumber
end

#nameObject

Returns the value of attribute name.



1699
1700
1701
# File 'lib/ovhrb/manager/manager.rb', line 1699

def name
  @name
end

#nicObject

Returns the value of attribute nic.



1698
1699
1700
# File 'lib/ovhrb/manager/manager.rb', line 1698

def nic
  @nic
end

#organisationObject

Returns the value of attribute organisation.



1712
1713
1714
# File 'lib/ovhrb/manager/manager.rb', line 1712

def organisation
  @organisation
end

#phoneObject

Returns the value of attribute phone.



1703
1704
1705
# File 'lib/ovhrb/manager/manager.rb', line 1703

def phone
  @phone
end

#spareEmailObject

Returns the value of attribute spareEmail.



1702
1703
1704
# File 'lib/ovhrb/manager/manager.rb', line 1702

def spareEmail
  @spareEmail
end

#vatObject

Returns the value of attribute vat.



1715
1716
1717
# File 'lib/ovhrb/manager/manager.rb', line 1715

def vat
  @vat
end

#zipObject

Returns the value of attribute zip.



1708
1709
1710
# File 'lib/ovhrb/manager/manager.rb', line 1708

def zip
  @zip
end