Class: TelephonyPlugAndPhoneInfoReturn

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

Overview

http://soapi.ovh.com/managertelephonyPlugAndPhoneInfoReturn

Constant Summary collapse

@@schema_type =
"telephonyPlugAndPhoneInfoReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["brand", ["SOAP::SOAPString", XSD::QName.new(nil, "brand")]], ["protocol", ["SOAP::SOAPString", XSD::QName.new(nil, "protocol")]], ["mac", ["SOAP::SOAPString", XSD::QName.new(nil, "mac")]], ["gfKeyCount", ["SOAP::SOAPInt", XSD::QName.new(nil, "gfKeyCount")]], ["pbLevel", ["SOAP::SOAPInt", XSD::QName.new(nil, "pbLevel")]], ["skin", ["SOAP::SOAPString", XSD::QName.new(nil, "skin")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(brand = nil, protocol = nil, mac = nil, gfKeyCount = nil, pbLevel = nil, skin = nil) ⇒ TelephonyPlugAndPhoneInfoReturn

Returns a new instance of TelephonyPlugAndPhoneInfoReturn.



1486
1487
1488
1489
1490
1491
1492
1493
# File 'lib/ovhrb/manager/manager.rb', line 1486

def initialize(brand = nil, protocol = nil, mac = nil, gfKeyCount = nil, pbLevel = nil, skin = nil)
  @brand = brand
  @protocol = protocol
  @mac = mac
  @gfKeyCount = gfKeyCount
  @pbLevel = pbLevel
  @skin = skin
end

Instance Attribute Details

#brandObject

Returns the value of attribute brand.



1479
1480
1481
# File 'lib/ovhrb/manager/manager.rb', line 1479

def brand
  @brand
end

#gfKeyCountObject

Returns the value of attribute gfKeyCount.



1482
1483
1484
# File 'lib/ovhrb/manager/manager.rb', line 1482

def gfKeyCount
  @gfKeyCount
end

#macObject

Returns the value of attribute mac.



1481
1482
1483
# File 'lib/ovhrb/manager/manager.rb', line 1481

def mac
  @mac
end

#pbLevelObject

Returns the value of attribute pbLevel.



1483
1484
1485
# File 'lib/ovhrb/manager/manager.rb', line 1483

def pbLevel
  @pbLevel
end

#protocolObject

Returns the value of attribute protocol.



1480
1481
1482
# File 'lib/ovhrb/manager/manager.rb', line 1480

def protocol
  @protocol
end

#skinObject

Returns the value of attribute skin.



1484
1485
1486
# File 'lib/ovhrb/manager/manager.rb', line 1484

def skin
  @skin
end