Class: Shark::FormService::V2::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/shark/form_service/v2/base.rb

Direct Known Subclasses

Form, FormInput, FormVersion

Class Method Summary collapse

Methods inherited from Base

add_datetime_accessors

Class Method Details

.siteObject



7
8
9
# File 'lib/shark/form_service/v2/base.rb', line 7

def self.site
  File.join(::Shark.configuration.form_service.site, '/api/v2')
end