Class: TelephonyPhonebookGroupStruct

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

Overview

http://soapi.ovh.com/managertelephonyPhonebookGroupStruct

Constant Summary collapse

@@schema_type =
"telephonyPhonebookGroupStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["name", ["SOAP::SOAPString", XSD::QName.new(nil, "name")]], ["count", ["SOAP::SOAPInt", XSD::QName.new(nil, "count")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, count = nil) ⇒ TelephonyPhonebookGroupStruct

Returns a new instance of TelephonyPhonebookGroupStruct.



777
778
779
780
# File 'lib/ovhrb/manager/manager.rb', line 777

def initialize(name = nil, count = nil)
  @name = name
  @count = count
end

Instance Attribute Details

#countObject

Returns the value of attribute count.



775
776
777
# File 'lib/ovhrb/manager/manager.rb', line 775

def count
  @count
end

#nameObject

Returns the value of attribute name.



774
775
776
# File 'lib/ovhrb/manager/manager.rb', line 774

def name
  @name
end