Class: Shipstation::ApiResource

Inherits:
Object
  • Object
show all
Defined in:
lib/shipstation/api_resource.rb

Direct Known Subclasses

Carrier, Customer, Order, Product, Shipment, Store, Tag, Warehouse

Class Method Summary collapse

Class Method Details

.class_nameObject



4
5
6
# File 'lib/shipstation/api_resource.rb', line 4

def self.class_name
    self.name.split('::')[-1]
end