Class: BigcommerceAPI::Hook
- Defined in:
- lib/bigcommerce_api/hook.rb
Instance Attribute Summary collapse
-
#client_id ⇒ Object
Returns the value of attribute client_id.
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#headers ⇒ Object
Returns the value of attribute headers.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_active ⇒ Object
Returns the value of attribute is_active.
-
#scope ⇒ Object
Returns the value of attribute scope.
-
#store_hash ⇒ Object
Returns the value of attribute store_hash.
Attributes inherited from Resource
Method Summary
Methods inherited from Resource
all, #assign_attributes, belongs_to, #changed, #create, #delete, find, #find_for_reload, has_many, has_one, http_request, #initialize, #mark_dirty!, #parent, #reload, #resource, resource, #resource_url, #save, #update_attributes
Methods inherited from Base
#attributes, clean!, date_adjust, default_options, #initialize, #store, #time, to_rfc2822
Constructor Details
This class inherits a constructor from BigcommerceAPI::Resource
Instance Attribute Details
#client_id ⇒ Object
Returns the value of attribute client_id.
3 4 5 |
# File 'lib/bigcommerce_api/hook.rb', line 3 def client_id @client_id end |
#destination ⇒ Object
Returns the value of attribute destination.
3 4 5 |
# File 'lib/bigcommerce_api/hook.rb', line 3 def destination @destination end |
#headers ⇒ Object
Returns the value of attribute headers.
3 4 5 |
# File 'lib/bigcommerce_api/hook.rb', line 3 def headers @headers end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/bigcommerce_api/hook.rb', line 3 def id @id end |
#is_active ⇒ Object
Returns the value of attribute is_active.
3 4 5 |
# File 'lib/bigcommerce_api/hook.rb', line 3 def is_active @is_active end |
#scope ⇒ Object
Returns the value of attribute scope.
3 4 5 |
# File 'lib/bigcommerce_api/hook.rb', line 3 def scope @scope end |
#store_hash ⇒ Object
Returns the value of attribute store_hash.
3 4 5 |
# File 'lib/bigcommerce_api/hook.rb', line 3 def store_hash @store_hash end |