Class: TailOwnerStruct
- Inherits:
-
Object
- Object
- TailOwnerStruct
- Defined in:
- lib/FlightXML2REST.rb
Instance Attribute Summary collapse
-
#location ⇒ Object
Returns the value of attribute location.
-
#location2 ⇒ Object
Returns the value of attribute location2.
-
#owner ⇒ Object
Returns the value of attribute owner.
-
#website ⇒ Object
Returns the value of attribute website.
Instance Method Summary collapse
-
#initialize(location = nil, location2 = nil, owner = nil, website = nil) ⇒ TailOwnerStruct
constructor
A new instance of TailOwnerStruct.
Constructor Details
#initialize(location = nil, location2 = nil, owner = nil, website = nil) ⇒ TailOwnerStruct
Returns a new instance of TailOwnerStruct.
2595 2596 2597 2598 2599 2600 |
# File 'lib/FlightXML2REST.rb', line 2595 def initialize(location = nil, location2 = nil, owner = nil, website = nil) @location = location @location2 = location2 @owner = owner @website = website end |
Instance Attribute Details
#location ⇒ Object
Returns the value of attribute location.
2594 2595 2596 |
# File 'lib/FlightXML2REST.rb', line 2594 def location @location end |
#location2 ⇒ Object
Returns the value of attribute location2.
2594 2595 2596 |
# File 'lib/FlightXML2REST.rb', line 2594 def location2 @location2 end |
#owner ⇒ Object
Returns the value of attribute owner.
2594 2595 2596 |
# File 'lib/FlightXML2REST.rb', line 2594 def owner @owner end |
#website ⇒ Object
Returns the value of attribute website.
2594 2595 2596 |
# File 'lib/FlightXML2REST.rb', line 2594 def website @website end |