Class: Drip::Purchase

Inherits:
Resource show all
Defined in:
lib/drip/resources/purchase.rb

Instance Attribute Summary

Attributes inherited from Resource

#attributes, #raw_attributes

Class Method Summary collapse

Methods inherited from Resource

#initialize, #method_missing, #respond_to?, #singular?

Constructor Details

This class inherits a constructor from Drip::Resource

Dynamic Method Handling

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

Class Method Details

.resource_nameObject



5
6
7
# File 'lib/drip/resources/purchase.rb', line 5

def self.resource_name
  "purchase"
end