Libraries
»
ruby-smpp
(0.5.0)
»
Index
»
Smpp
»
Base
»
#bound?
Method: Smpp::Base#bound?
Defined in:
lib/smpp/base.rb
#
bound?
⇒
Boolean
Returns:
(
Boolean
)
37 38 39
# File 'lib/smpp/base.rb', line 37
def
bound?
@state
==
:bound
end