Method: Smpp::Base#unbound?

Defined in:
lib/smpp/base.rb

#unbound?Boolean

queries the state of the transmitter - is it bound?

Returns:

  • (Boolean)


33
34
35
# File 'lib/smpp/base.rb', line 33

def unbound?
  @state == :unbound
end