Class: TelephonyOfferInfoSipAccountStruct

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

Overview

http://soapi.ovh.com/managertelephonyOfferInfoSipAccountStruct

Constant Summary collapse

@@schema_type =
"telephonyOfferInfoSipAccountStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["username", ["SOAP::SOAPString", XSD::QName.new(nil, "username")]], ["extension", ["SOAP::SOAPString", XSD::QName.new(nil, "extension")]], ["domain", ["SOAP::SOAPString", XSD::QName.new(nil, "domain")]], ["lastLogin", ["SOAP::SOAPString", XSD::QName.new(nil, "lastLogin")]], ["localAdress", ["SOAP::SOAPString", XSD::QName.new(nil, "localAdress")]], ["publicAdress", ["SOAP::SOAPString", XSD::QName.new(nil, "publicAdress")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(username = nil, extension = nil, domain = nil, lastLogin = nil, localAdress = nil, publicAdress = nil) ⇒ TelephonyOfferInfoSipAccountStruct

Returns a new instance of TelephonyOfferInfoSipAccountStruct.



447
448
449
450
451
452
453
454
# File 'lib/ovhrb/manager/manager.rb', line 447

def initialize(username = nil, extension = nil, domain = nil, lastLogin = nil, localAdress = nil, publicAdress = nil)
  @username = username
  @extension = extension
  @domain = domain
  @lastLogin = lastLogin
  @localAdress = localAdress
  @publicAdress = publicAdress
end

Instance Attribute Details

#domainObject

Returns the value of attribute domain.



442
443
444
# File 'lib/ovhrb/manager/manager.rb', line 442

def domain
  @domain
end

#extensionObject

Returns the value of attribute extension.



441
442
443
# File 'lib/ovhrb/manager/manager.rb', line 441

def extension
  @extension
end

#lastLoginObject

Returns the value of attribute lastLogin.



443
444
445
# File 'lib/ovhrb/manager/manager.rb', line 443

def lastLogin
  @lastLogin
end

#localAdressObject

Returns the value of attribute localAdress.



444
445
446
# File 'lib/ovhrb/manager/manager.rb', line 444

def localAdress
  @localAdress
end

#publicAdressObject

Returns the value of attribute publicAdress.



445
446
447
# File 'lib/ovhrb/manager/manager.rb', line 445

def publicAdress
  @publicAdress
end

#usernameObject

Returns the value of attribute username.



440
441
442
# File 'lib/ovhrb/manager/manager.rb', line 440

def username
  @username
end