Class: MainsmsApi::Price

Inherits:
Object
  • Object
show all
Includes:
ActiveAttr::MassAssignment, Common
Defined in:
lib/mainsms_api/price.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Common

#response

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

#messageObject

Returns the value of attribute message.



6
7
8
# File 'lib/mainsms_api/price.rb', line 6

def message
  @message
end

#recipientsObject

Returns the value of attribute recipients.



6
7
8
# File 'lib/mainsms_api/price.rb', line 6

def recipients
  @recipients
end