Class: Podio::ContractEvent

Inherits:
ActivePodio::Base show all
Defined in:
lib/podio/models/contract_event.rb

Instance Attribute Summary

Attributes inherited from ActivePodio::Base

#attributes

Class Method Summary collapse

Methods inherited from ActivePodio::Base

#==, #[], #[]=, #api_friendly_ref_type, #as_json, collection, delegate_to_hash, has_many, has_one, #hash, #initialize, #initialize_attributes, klass_from_string, list, member, #new_record?, output_attribute_as_json, #parent_model, #persisted?, property, #to_param

Constructor Details

This class inherits a constructor from ActivePodio::Base

Class Method Details

.find_all_for_contract(contract_id, options = {}) ⇒ Object



10
11
12
13
14
# File 'lib/podio/models/contract_event.rb', line 10

def find_all_for_contract(contract_id, options = {})
  list Podio.connection.get { |req|
    req.url("/contract/#{contract_id}/event/", options)
  }.body
end