Class: TelephonyConferenceAnnouncesStatusReturn

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

Overview

http://soapi.ovh.com/managertelephonyConferenceAnnouncesStatusReturn

Constant Summary collapse

@@schema_type =
"telephonyConferenceAnnouncesStatusReturn"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["custom", ["SOAP::SOAPBoolean", XSD::QName.new(nil, "custom")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(custom = nil) ⇒ TelephonyConferenceAnnouncesStatusReturn

Returns a new instance of TelephonyConferenceAnnouncesStatusReturn.



917
918
919
# File 'lib/ovhrb/manager/manager.rb', line 917

def initialize(custom = nil)
  @custom = custom
end

Instance Attribute Details

#customObject

Returns the value of attribute custom.



915
916
917
# File 'lib/ovhrb/manager/manager.rb', line 915

def custom
  @custom
end