Class: ErpIntegration::GiftCard

Inherits:
Resource
  • Object
show all
Defined in:
lib/erp_integration/gift_card.rb

Overview

The ‘ErpIntegration::GiftCard` exposes an uniformed API for interaction with third-party ERP vendors.

Instance Attribute Summary collapse

Attributes inherited from Resource

#raw_api_response

Method Summary

Methods inherited from Resource

adapter, adapter_klass, adapter_path, adapter_type, #assign_attributes, #initialize, #method_missing, resource_name, respond_to_missing?

Methods included from Resources::Persistence

#destroy, included, #persisted?, #update

Methods included from Resources::Validations

#errors, #valid?, #validate_with

Constructor Details

This class inherits a constructor from ErpIntegration::Resource

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ErpIntegration::Resource

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



8
9
10
# File 'lib/erp_integration/gift_card.rb', line 8

def amount
  @amount
end

#amount_availableObject

Returns the value of attribute amount_available.



8
9
10
# File 'lib/erp_integration/gift_card.rb', line 8

def amount_available
  @amount_available
end

#currencyObject

Returns the value of attribute currency.



7
8
9
# File 'lib/erp_integration/gift_card.rb', line 7

def currency
  @currency
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/erp_integration/gift_card.rb', line 7

def id
  @id
end