Class: FinApps::REST::VerixRecords

Inherits:
FinAppsCore::REST::Resources
  • Object
show all
Defined in:
lib/finapps/rest/verix/verix_records.rb

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#create(params) ⇒ Object



6
7
8
# File 'lib/finapps/rest/verix/verix_records.rb', line 6

def create(params)
  super(params, 'v/record')
end

#listObject



10
11
12
# File 'lib/finapps/rest/verix/verix_records.rb', line 10

def list
  super 'v/record'
end