Class: ContactHoursDetailsType

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

Overview

urn:ebay:apis:eBLBaseComponentsContactHoursDetailsType

timeZoneID - SOAP::SOAPString
hours1Days - DaysCodeType
hours1AnyTime - SOAP::SOAPBoolean
hours1From - SOAP::SOAPTime
hours1To - SOAP::SOAPTime
hours2Days - DaysCodeType
hours2AnyTime - SOAP::SOAPBoolean
hours2From - SOAP::SOAPTime
hours2To - SOAP::SOAPTime

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(timeZoneID = nil, hours1Days = nil, hours1AnyTime = nil, hours1From = nil, hours1To = nil, hours2Days = nil, hours2AnyTime = nil, hours2From = nil, hours2To = nil) ⇒ ContactHoursDetailsType

Returns a new instance of ContactHoursDetailsType.



18443
18444
18445
18446
18447
18448
18449
18450
18451
18452
18453
18454
# File 'lib/eBay.rb', line 18443

def initialize(timeZoneID = nil, hours1Days = nil, hours1AnyTime = nil, hours1From = nil, hours1To = nil, hours2Days = nil, hours2AnyTime = nil, hours2From = nil, hours2To = nil)
  @timeZoneID = timeZoneID
  @hours1Days = hours1Days
  @hours1AnyTime = hours1AnyTime
  @hours1From = hours1From
  @hours1To = hours1To
  @hours2Days = hours2Days
  @hours2AnyTime = hours2AnyTime
  @hours2From = hours2From
  @hours2To = hours2To
  @__xmlele_any = nil
end

Instance Attribute Details

#__xmlele_anyObject (readonly)

Returns the value of attribute __xmlele_any.



18437
18438
18439
# File 'lib/eBay.rb', line 18437

def __xmlele_any
  @__xmlele_any
end

#hours1AnyTimeObject

Returns the value of attribute hours1AnyTime.



18430
18431
18432
# File 'lib/eBay.rb', line 18430

def hours1AnyTime
  @hours1AnyTime
end

#hours1DaysObject

Returns the value of attribute hours1Days.



18429
18430
18431
# File 'lib/eBay.rb', line 18429

def hours1Days
  @hours1Days
end

#hours1FromObject

Returns the value of attribute hours1From.



18431
18432
18433
# File 'lib/eBay.rb', line 18431

def hours1From
  @hours1From
end

#hours1ToObject

Returns the value of attribute hours1To.



18432
18433
18434
# File 'lib/eBay.rb', line 18432

def hours1To
  @hours1To
end

#hours2AnyTimeObject

Returns the value of attribute hours2AnyTime.



18434
18435
18436
# File 'lib/eBay.rb', line 18434

def hours2AnyTime
  @hours2AnyTime
end

#hours2DaysObject

Returns the value of attribute hours2Days.



18433
18434
18435
# File 'lib/eBay.rb', line 18433

def hours2Days
  @hours2Days
end

#hours2FromObject

Returns the value of attribute hours2From.



18435
18436
18437
# File 'lib/eBay.rb', line 18435

def hours2From
  @hours2From
end

#hours2ToObject

Returns the value of attribute hours2To.



18436
18437
18438
# File 'lib/eBay.rb', line 18436

def hours2To
  @hours2To
end

#timeZoneIDObject

Returns the value of attribute timeZoneID.



18428
18429
18430
# File 'lib/eBay.rb', line 18428

def timeZoneID
  @timeZoneID
end

Instance Method Details

#set_any(elements) ⇒ Object



18439
18440
18441
# File 'lib/eBay.rb', line 18439

def set_any(elements)
  @__xmlele_any = elements
end