Class: SlidePay::UserMaster
- Inherits:
-
ApiResource
- Object
- Hash
- ApiResource
- SlidePay::UserMaster
- Defined in:
- lib/slidepay/resources/user_master.rb
Instance Attribute Summary
Attributes inherited from ApiResource
#api_key, #endpoint, #id_attribute, #token, #url_root
Instance Method Summary collapse
-
#initialize(values_hash = {}) ⇒ UserMaster
constructor
A new instance of UserMaster.
Methods inherited from ApiResource
api_resource_array_from_response, #destroy, find, find_between, find_greater_than, find_less_than, find_where, #id, #is_new?, #populate_from_response, #retrieve, retrieve, #save, #url
Constructor Details
#initialize(values_hash = {}) ⇒ UserMaster
Returns a new instance of UserMaster.
6 7 8 9 10 11 |
# File 'lib/slidepay/resources/user_master.rb', line 6 def initialize(values_hash={}) @url_root = "user_master" @id_attribute = "user_master_id" super(values_hash) end |