Class: V1::Ont::WellResource
- Inherits:
-
JSONAPI::Resource
- Object
- JSONAPI::Resource
- V1::Ont::WellResource
- Defined in:
- app/resources/v1/ont/well_resource.rb
Overview
Note:
This resource cannot be accessed via the /v1/ont/wells/ endpoint.
Provides a JSON:API representation of Ont::Well
It is accessible via the nested route under Ont::Plate using includes.
Instance Attribute Summary collapse
-
#position ⇒ String
The position of the well.
Instance Attribute Details
#position ⇒ String
Returns the position of the well.
15 |
# File 'app/resources/v1/ont/well_resource.rb', line 15 attributes :position |