| Bing-Search documentation | Contained in the Bing-Search distribution. |
Bing::Search::Result::InstantAnswer::FlightStatus::Airport - An airport!
CodeThe airport code ("SEA")
TimeZoneOffsetThe offset, in seconds, from UTC for the airport
NameThe name of the airport. ("Seattle")
Dave Houston, dhouston@cpan.org, 2010
This library is free software; you may redistribute and/or modify it under the same terms as Perl itself.
| Bing-Search documentation | Contained in the Bing-Search distribution. |
package Bing::Search::Result::InstantAnswer::FlightStatus::Airport; use Moose; extends 'Bing::Search::Result'; with qw( Bing::Search::Role::Result::Code Bing::Search::Role::Result::TimeZoneOffset Bing::Search::Role::Result::Name ); __PACKAGE__->meta->make_immutable;