Exception: FulfilApi::Resource::ModelNameMissing
- Defined in:
- lib/fulfil_api/resource.rb
Overview
The model name is required to be able to build the API endpoint to
perform the search/read/count HTTP requests.
Instance Attribute Summary
Attributes inherited from Error
Instance Method Summary collapse
-
#initialize ⇒ ModelNameMissing
constructor
A new instance of ModelNameMissing.
Methods inherited from Error
Constructor Details
#initialize ⇒ ModelNameMissing
Returns a new instance of ModelNameMissing.
15 16 17 |
# File 'lib/fulfil_api/resource.rb', line 15 def initialize super("The model name is missing. Use #set to define it.") end |