Class: ScheduledStruct
- Inherits:
-
Object
- Object
- ScheduledStruct
- Defined in:
- lib/FlightXML2REST.rb,
lib/FlightXML2REST.rb
Instance Attribute Summary collapse
-
#next_offset ⇒ Object
Returns the value of attribute next_offset.
-
#scheduled ⇒ Object
Returns the value of attribute scheduled.
Instance Method Summary collapse
-
#initialize(next_offset = nil, scheduled = []) ⇒ ScheduledStruct
constructor
A new instance of ScheduledStruct.
Constructor Details
#initialize(next_offset = nil, scheduled = []) ⇒ ScheduledStruct
Returns a new instance of ScheduledStruct.
978 979 980 981 |
# File 'lib/FlightXML2REST.rb', line 978 def initialize (next_offset = nil, scheduled = []) @next_offset = next_offset @scheduled = scheduled end |
Instance Attribute Details
#next_offset ⇒ Object
Returns the value of attribute next_offset.
977 978 979 |
# File 'lib/FlightXML2REST.rb', line 977 def next_offset @next_offset end |
#scheduled ⇒ Object
Returns the value of attribute scheduled.
977 978 979 |
# File 'lib/FlightXML2REST.rb', line 977 def scheduled @scheduled end |