Class: Mobitex::Message::Configuration
- Inherits:
-
Object
- Object
- Mobitex::Message::Configuration
- Includes:
- Singleton
- Defined in:
- lib/mobitex/message/configuration.rb
Constant Summary collapse
- VALID_OPTIONS =
[ :type, :from, :to, :body, :message_id, :perform_deliveries, :raise_delivery_errors ]
Instance Method Summary collapse
-
#initialize ⇒ Configuration
constructor
A new instance of Configuration.
Constructor Details
#initialize ⇒ Configuration
Returns a new instance of Configuration.
22 23 24 25 |
# File 'lib/mobitex/message/configuration.rb', line 22 def initialize reset! super end |