Class: ArrayOfString
- Inherits:
-
Object
- Object
- ArrayOfString
- Defined in:
- lib/FlightXML2REST.rb
Instance Attribute Summary collapse
-
#data ⇒ Object
Returns the value of attribute data.
Instance Method Summary collapse
-
#initialize(data = []) ⇒ ArrayOfString
constructor
A new instance of ArrayOfString.
Constructor Details
#initialize(data = []) ⇒ ArrayOfString
Returns a new instance of ArrayOfString.
433 434 435 |
# File 'lib/FlightXML2REST.rb', line 433 def initialize (data = []) @data = data end |
Instance Attribute Details
#data ⇒ Object
Returns the value of attribute data.
432 433 434 |
# File 'lib/FlightXML2REST.rb', line 432 def data @data end |