NAME
OpenGbg::Service::Bridge::GetIsCurrentlyOpen
SYNOPSIS
my $bridge = OpenGbg->new->bridge;
my $get_ico = $bridge->get_is_currently_open;
print $get_ico->is_open ? 'It is open' : 'It is closed';
METHODS
is_open
Returns a true value if the bridge is open, false if not.
AUTHOR
Erik Carlsson <info@code301.com>
COPYRIGHT
Copyright 2014 - Erik Carlsson
LICENSE
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.