Class: Firefly
- Includes:
- PageRequester, Selectors::Firefly
- Defined in:
- lib/teecket/firefly.rb
Instance Attribute Summary collapse
-
#cookie ⇒ Object
Returns the value of attribute cookie.
-
#res ⇒ Object
Returns the value of attribute res.
Attributes inherited from Flight
Instance Method Summary collapse
Methods included from Selectors::Firefly
#arrive_at_selector, #depart_at_selector, #fare_selector, #flight_number_selector, #origin_destination_selector, #time_formatter
Methods included from PageRequester
Methods inherited from Flight
Constructor Details
This class inherits a constructor from Flight
Instance Attribute Details
#cookie ⇒ Object
Returns the value of attribute cookie.
7 8 9 |
# File 'lib/teecket/firefly.rb', line 7 def @cookie end |
#res ⇒ Object
Returns the value of attribute res.
7 8 9 |
# File 'lib/teecket/firefly.rb', line 7 def res @res end |
Instance Method Details
#search ⇒ Object
9 10 11 12 13 |
# File 'lib/teecket/firefly.rb', line 9 def search get process rescue StandardError end |