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