Class: GetUpdated
- Inherits:
-
Object
- Object
- GetUpdated
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comgetUpdated
list - InteractObject
startTime - SOAP::SOAPDateTime
endTime - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#endTime ⇒ Object
Returns the value of attribute endTime.
-
#list ⇒ Object
Returns the value of attribute list.
-
#startTime ⇒ Object
Returns the value of attribute startTime.
Instance Method Summary collapse
-
#initialize(list = nil, startTime = nil, endTime = nil) ⇒ GetUpdated
constructor
A new instance of GetUpdated.
Constructor Details
#initialize(list = nil, startTime = nil, endTime = nil) ⇒ GetUpdated
Returns a new instance of GetUpdated.
1578 1579 1580 1581 1582 |
# File 'lib/stub/default.rb', line 1578 def initialize(list = nil, startTime = nil, endTime = nil) @list = list @startTime = startTime @endTime = endTime end |
Instance Attribute Details
#endTime ⇒ Object
Returns the value of attribute endTime.
1576 1577 1578 |
# File 'lib/stub/default.rb', line 1576 def endTime @endTime end |
#list ⇒ Object
Returns the value of attribute list.
1574 1575 1576 |
# File 'lib/stub/default.rb', line 1574 def list @list end |
#startTime ⇒ Object
Returns the value of attribute startTime.
1575 1576 1577 |
# File 'lib/stub/default.rb', line 1575 def startTime @startTime end |