Class: Videojuicer::Campaign
- Includes:
- Exceptions, Resource, Resource::Taggable
- Defined in:
- lib/videojuicer/campaign.rb
Instance Attribute Summary collapse
-
#criteria ⇒ Object
Returns the value of attribute criteria.
-
#inserts ⇒ Object
Returns the value of attribute inserts.
-
#presentations ⇒ Object
Returns the value of attribute presentations.
Attributes included from Configurable
Method Summary
Methods included from Resource::Taggable
Methods included from Resource
#destroy, #errors, #errors=, #errors_on, included, #new_record?, #reload, #save, #to_json, #update_attributes, #valid?, #validate_committed_response, #validate_response
Methods included from Resource::Relationships::BelongsTo
Methods included from Resource::PropertyRegistry
#attr_clean!, #attr_dirty!, #attr_dirty?, #attr_get, #attr_set, #attributes, #attributes=, #clean_dirty_attributes!, #coerce_value, #default_attributes, #dirty_attribute_keys, #dirty_attributes, included, inherited, #initialize, #invalid_attributes, #returnable_attributes, #set_default_attributes
Methods included from Resource::Inferrable
Methods included from OAuth::ProxyFactory
Methods included from Configurable
#api_version, #config, #configure!, #consumer_key, #consumer_secret, #host, #port, #protocol, #scope, #seed_name, #token, #token_secret, #user_id
Instance Attribute Details
#criteria ⇒ Object
Returns the value of attribute criteria.
18 19 20 |
# File 'lib/videojuicer/campaign.rb', line 18 def criteria @criteria end |
#inserts ⇒ Object
Returns the value of attribute inserts.
20 21 22 |
# File 'lib/videojuicer/campaign.rb', line 20 def inserts @inserts end |
#presentations ⇒ Object
Returns the value of attribute presentations.
19 20 21 |
# File 'lib/videojuicer/campaign.rb', line 19 def presentations @presentations end |