Class: FlightAlertChannel
- Inherits:
-
Object
- Object
- FlightAlertChannel
- Defined in:
- lib/FlightXML2REST.rb
Instance Attribute Summary collapse
-
#channel_id ⇒ Object
Returns the value of attribute channel_id.
-
#channel_name ⇒ Object
Returns the value of attribute channel_name.
-
#e_arrival ⇒ Object
Returns the value of attribute e_arrival.
-
#e_cancelled ⇒ Object
Returns the value of attribute e_cancelled.
-
#e_departure ⇒ Object
Returns the value of attribute e_departure.
-
#e_diverted ⇒ Object
Returns the value of attribute e_diverted.
-
#e_filed ⇒ Object
Returns the value of attribute e_filed.
-
#mask_summary ⇒ Object
Returns the value of attribute mask_summary.
-
#target_address ⇒ Object
Returns the value of attribute target_address.
Instance Method Summary collapse
-
#initialize(channel_id = nil, channel_name = nil, e_arrival = nil, e_cancelled = nil, e_departure = nil, e_diverted = nil, e_filed = nil, mask_summary = nil, target_address = nil) ⇒ FlightAlertChannel
constructor
A new instance of FlightAlertChannel.
Constructor Details
#initialize(channel_id = nil, channel_name = nil, e_arrival = nil, e_cancelled = nil, e_departure = nil, e_diverted = nil, e_filed = nil, mask_summary = nil, target_address = nil) ⇒ FlightAlertChannel
Returns a new instance of FlightAlertChannel.
1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 |
# File 'lib/FlightXML2REST.rb', line 1261 def initialize(channel_id = nil, channel_name = nil, e_arrival = nil, e_cancelled = nil, e_departure = nil, e_diverted = nil, e_filed = nil, mask_summary = nil, target_address = nil) @channel_id = channel_id @channel_name = channel_name @e_arrival = e_arrival @e_cancelled = e_cancelled @e_departure = e_departure @e_diverted = e_diverted @e_filed = e_filed @mask_summary = mask_summary @target_address = target_address end |
Instance Attribute Details
#channel_id ⇒ Object
Returns the value of attribute channel_id.
1260 1261 1262 |
# File 'lib/FlightXML2REST.rb', line 1260 def channel_id @channel_id end |
#channel_name ⇒ Object
Returns the value of attribute channel_name.
1260 1261 1262 |
# File 'lib/FlightXML2REST.rb', line 1260 def channel_name @channel_name end |
#e_arrival ⇒ Object
Returns the value of attribute e_arrival.
1260 1261 1262 |
# File 'lib/FlightXML2REST.rb', line 1260 def e_arrival @e_arrival end |
#e_cancelled ⇒ Object
Returns the value of attribute e_cancelled.
1260 1261 1262 |
# File 'lib/FlightXML2REST.rb', line 1260 def e_cancelled @e_cancelled end |
#e_departure ⇒ Object
Returns the value of attribute e_departure.
1260 1261 1262 |
# File 'lib/FlightXML2REST.rb', line 1260 def e_departure @e_departure end |
#e_diverted ⇒ Object
Returns the value of attribute e_diverted.
1260 1261 1262 |
# File 'lib/FlightXML2REST.rb', line 1260 def e_diverted @e_diverted end |
#e_filed ⇒ Object
Returns the value of attribute e_filed.
1260 1261 1262 |
# File 'lib/FlightXML2REST.rb', line 1260 def e_filed @e_filed end |
#mask_summary ⇒ Object
Returns the value of attribute mask_summary.
1260 1261 1262 |
# File 'lib/FlightXML2REST.rb', line 1260 def mask_summary @mask_summary end |
#target_address ⇒ Object
Returns the value of attribute target_address.
1260 1261 1262 |
# File 'lib/FlightXML2REST.rb', line 1260 def target_address @target_address end |