Exception: Flapjack::Gateways::JSONAPI::ContactsNotFound
- Inherits:
-
RuntimeError
- Object
- RuntimeError
- Flapjack::Gateways::JSONAPI::ContactsNotFound
- Defined in:
- lib/flapjack/gateways/jsonapi.rb
Instance Attribute Summary collapse
-
#contact_ids ⇒ Object
readonly
Returns the value of attribute contact_ids.
Instance Method Summary collapse
-
#initialize(contact_ids) ⇒ ContactsNotFound
constructor
A new instance of ContactsNotFound.
Constructor Details
#initialize(contact_ids) ⇒ ContactsNotFound
Returns a new instance of ContactsNotFound.
51 52 53 |
# File 'lib/flapjack/gateways/jsonapi.rb', line 51 def initialize(contact_ids) @contact_ids = contact_ids end |
Instance Attribute Details
#contact_ids ⇒ Object (readonly)
Returns the value of attribute contact_ids.
50 51 52 |
# File 'lib/flapjack/gateways/jsonapi.rb', line 50 def contact_ids @contact_ids end |