Class: Videojuicer::Preset
- Includes:
- Resource
- Defined in:
- lib/videojuicer/preset.rb
Instance Attribute Summary
Attributes included from Configurable
Class Method Summary collapse
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
Class Method Details
.formats ⇒ Object
24 25 26 27 |
# File 'lib/videojuicer/preset.rb', line 24 def self.formats response = instance_proxy.get(resource_route(:formats)) JSON.parse(response.body) end |