Class: Infopark::Crm::Mailing
- Inherits:
-
Core::Resource
- Object
- ActiveResource::Base
- Core::Resource
- Infopark::Crm::Mailing
- Defined in:
- lib/crm_connector/mailing.rb
Class Method Summary collapse
-
.search(input) ⇒ Array<Infopark::Crm::Mailing>
Searches for mailings.
Instance Method Summary collapse
-
#event ⇒ Infopark::Crm::Event
Queries the WebCRM for the Event with the id
event_id
.
Class Method Details
.search(input) ⇒ Array<Infopark::Crm::Mailing>
Searches for mailings
14 |
# File 'lib/crm_connector/mailing.rb', line 14 has_search |
Instance Method Details
#event ⇒ Infopark::Crm::Event
Queries the WebCRM for the Event with the id event_id
.
32 33 34 |
# File 'lib/crm_connector/mailing.rb', line 32 def event Infopark::Crm::Event.find(event_id) if event_id end |