Class: ArrayOfAirlineInsightStruct
- Inherits:
-
Object
- Object
- ArrayOfAirlineInsightStruct
- Defined in:
- lib/FlightXML2REST.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
-
#end_date ⇒ Object
Returns the value of attribute end_date.
-
#start_date ⇒ Object
Returns the value of attribute start_date.
Instance Method Summary collapse
-
#initialize(data = [], end_date = nil, start_date = nil) ⇒ ArrayOfAirlineInsightStruct
constructor
A new instance of ArrayOfAirlineInsightStruct.
Constructor Details
#initialize(data = [], end_date = nil, start_date = nil) ⇒ ArrayOfAirlineInsightStruct
Returns a new instance of ArrayOfAirlineInsightStruct.
358 359 360 361 362 |
# File 'lib/FlightXML2REST.rb', line 358 def initialize(data = [], end_date = nil, start_date = nil) @data = data @end_date = end_date @start_date = start_date end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
357 358 359 |
# File 'lib/FlightXML2REST.rb', line 357 def data @data end |
#end_date ⇒ Object
Returns the value of attribute end_date.
357 358 359 |
# File 'lib/FlightXML2REST.rb', line 357 def end_date @end_date end |
#start_date ⇒ Object
Returns the value of attribute start_date.
357 358 359 |
# File 'lib/FlightXML2REST.rb', line 357 def start_date @start_date end |