Method: JSONAPI::Consumer::Resource::ClassMethods#host

Defined in:
lib/jsonapi/consumer/resource.rb

#hostObject



28
29
30
# File 'lib/jsonapi/consumer/resource.rb', line 28

def host
  @host || raise(NotImplementedError, 'host was not set')
end