Class: GetUpdated
- Inherits:
-
Object
- Object
- GetUpdated
- Defined in:
- lib/metal/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.
1577 1578 1579 1580 1581 |
# File 'lib/metal/default.rb', line 1577 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.
1575 1576 1577 |
# File 'lib/metal/default.rb', line 1575 def endTime @endTime end |
#list ⇒ Object
Returns the value of attribute list.
1573 1574 1575 |
# File 'lib/metal/default.rb', line 1573 def list @list end |
#startTime ⇒ Object
Returns the value of attribute startTime.
1574 1575 1576 |
# File 'lib/metal/default.rb', line 1574 def startTime @startTime end |