Class: GetUpdatedResult
- Inherits:
-
Object
- Object
- GetUpdatedResult
- Defined in:
- lib/stub/default.rb
Overview
urn:wsurn:ws.rsysurn:ws.rsys.comGetUpdatedResult
id - SOAP::SOAPLong
latestDateCovered - SOAP::SOAPDateTime
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#latestDateCovered ⇒ Object
Returns the value of attribute latestDateCovered.
Instance Method Summary collapse
-
#initialize(id = [], latestDateCovered = nil) ⇒ GetUpdatedResult
constructor
A new instance of GetUpdatedResult.
Constructor Details
#initialize(id = [], latestDateCovered = nil) ⇒ GetUpdatedResult
Returns a new instance of GetUpdatedResult.
466 467 468 469 |
# File 'lib/stub/default.rb', line 466 def initialize(id = [], latestDateCovered = nil) @id = id @latestDateCovered = latestDateCovered end |
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
463 464 465 |
# File 'lib/stub/default.rb', line 463 def id @id end |
#latestDateCovered ⇒ Object
Returns the value of attribute latestDateCovered.
464 465 466 |
# File 'lib/stub/default.rb', line 464 def latestDateCovered @latestDateCovered end |