Class: BigcommerceAPI::Hook

Inherits:
Resource show all
Defined in:
lib/bigcommerce_api/hook.rb

Instance Attribute Summary collapse

Attributes inherited from Resource

#errors

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_idObject

Returns the value of attribute client_id.



3
4
5
# File 'lib/bigcommerce_api/hook.rb', line 3

def client_id
  @client_id
end

#destinationObject

Returns the value of attribute destination.



3
4
5
# File 'lib/bigcommerce_api/hook.rb', line 3

def destination
  @destination
end

#headersObject

Returns the value of attribute headers.



3
4
5
# File 'lib/bigcommerce_api/hook.rb', line 3

def headers
  @headers
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/bigcommerce_api/hook.rb', line 3

def id
  @id
end

#is_activeObject

Returns the value of attribute is_active.



3
4
5
# File 'lib/bigcommerce_api/hook.rb', line 3

def is_active
  @is_active
end

#scopeObject

Returns the value of attribute scope.



3
4
5
# File 'lib/bigcommerce_api/hook.rb', line 3

def scope
  @scope
end

#store_hashObject

Returns the value of attribute store_hash.



3
4
5
# File 'lib/bigcommerce_api/hook.rb', line 3

def store_hash
  @store_hash
end