Module: Jung::Drivers::Infobip
- Defined in:
- lib/jung/drivers/infobip.rb,
lib/jung/drivers/infobip/sms_counter.rb
Defined Under Namespace
Modules: Campaign, SmsCounter Classes: Api
Instance Attribute Summary collapse
-
#api ⇒ Object
Returns the value of attribute api.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#list_id ⇒ Object
Returns the value of attribute list_id.
Class Method Summary collapse
Instance Method Summary collapse
Instance Attribute Details
#api ⇒ Object
Returns the value of attribute api.
6 7 8 |
# File 'lib/jung/drivers/infobip.rb', line 6 def api @api end |
#id ⇒ Object (readonly)
Returns the value of attribute id.
6 7 8 |
# File 'lib/jung/drivers/infobip.rb', line 6 def id @id end |
#list_id ⇒ Object
Returns the value of attribute list_id.
6 7 8 |
# File 'lib/jung/drivers/infobip.rb', line 6 def list_id @list_id end |
Class Method Details
Instance Method Details
#errors ⇒ Object
15 16 17 |
# File 'lib/jung/drivers/infobip.rb', line 15 def errors api.errors end |