Method: Majoron::AntHill::SMPP::SMEAddress#initialize
- Defined in:
- lib/smpp_structures.rb
#initialize(ton = TON::UNKNOWN, npi = NPI::UNKNOWN, address = "") ⇒ SMEAddress
Constructor.
42 43 44 45 46 |
# File 'lib/smpp_structures.rb', line 42 def initialize(ton = TON::UNKNOWN, npi = NPI::UNKNOWN, address = "") @ton = ton @npi = npi @address = address end |