Module: Vend::Paths::ClassMethods

Defined in:
lib/vend/modules/paths.rb

Overview

Collection Paths

Instance Method Summary collapse

Instance Method Details

#collection_pathObject



4
5
6
# File 'lib/vend/modules/paths.rb', line 4

def collection_path
  collection_api_path
end

#create_pathObject



12
13
14
# File 'lib/vend/modules/paths.rb', line 12

def create_path
  collection_path
end

#index_pathObject



8
9
10
# File 'lib/vend/modules/paths.rb', line 8

def index_path
  collection_path
end