Class: FinApps::REST::VerixRecords
- Inherits:
-
FinAppsCore::REST::Resources
- Object
- FinAppsCore::REST::Resources
- FinApps::REST::VerixRecords
- 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 |
#list ⇒ Object
10 11 12 |
# File 'lib/finapps/rest/verix/verix_records.rb', line 10 def list super 'v/record' end |