Class: TelephonyHuntingGenericScreenStruct

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

Overview

http://soapi.ovh.com/managertelephonyHuntingGenericScreenStruct

Constant Summary collapse

@@schema_type =
"telephonyHuntingGenericScreenStruct"
@@schema_ns =
"http://soapi.ovh.com/manager"
@@schema_element =
[["status", ["SOAP::SOAPString", XSD::QName.new(nil, "status")]], ["timeEnd", ["SOAP::SOAPString", XSD::QName.new(nil, "timeEnd")]], ["timeStart", ["SOAP::SOAPString", XSD::QName.new(nil, "timeStart")]], ["dayType", ["SOAP::SOAPString", XSD::QName.new(nil, "dayType")]]]

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(status = nil, timeEnd = nil, timeStart = nil, dayType = nil) ⇒ TelephonyHuntingGenericScreenStruct

Returns a new instance of TelephonyHuntingGenericScreenStruct.



1450
1451
1452
1453
1454
1455
# File 'lib/ovhrb/manager/manager.rb', line 1450

def initialize(status = nil, timeEnd = nil, timeStart = nil, dayType = nil)
  @status = status
  @timeEnd = timeEnd
  @timeStart = timeStart
  @dayType = dayType
end

Instance Attribute Details

#dayTypeObject

Returns the value of attribute dayType.



1448
1449
1450
# File 'lib/ovhrb/manager/manager.rb', line 1448

def dayType
  @dayType
end

#statusObject

Returns the value of attribute status.



1445
1446
1447
# File 'lib/ovhrb/manager/manager.rb', line 1445

def status
  @status
end

#timeEndObject

Returns the value of attribute timeEnd.



1446
1447
1448
# File 'lib/ovhrb/manager/manager.rb', line 1446

def timeEnd
  @timeEnd
end

#timeStartObject

Returns the value of attribute timeStart.



1447
1448
1449
# File 'lib/ovhrb/manager/manager.rb', line 1447

def timeStart
  @timeStart
end