Class: MainsmsApi::Price
- Inherits:
-
Object
- Object
- MainsmsApi::Price
- Includes:
- ActiveAttr::MassAssignment, Common
- Defined in:
- lib/mainsms_api/price.rb
Instance Attribute Summary collapse
-
#message ⇒ Object
Returns the value of attribute message.
-
#recipients ⇒ Object
Returns the value of attribute recipients.
Instance Method Summary collapse
-
#initialize(args = {}) ⇒ Price
constructor
A new instance of Price.
Methods included from Common
Constructor Details
#initialize(args = {}) ⇒ Price
Returns a new instance of Price.
8 9 10 |
# File 'lib/mainsms_api/price.rb', line 8 def initialize(args = {}) super(args) end |
Instance Attribute Details
#message ⇒ Object
Returns the value of attribute message.
6 7 8 |
# File 'lib/mainsms_api/price.rb', line 6 def end |
#recipients ⇒ Object
Returns the value of attribute recipients.
6 7 8 |
# File 'lib/mainsms_api/price.rb', line 6 def recipients @recipients end |