Class: Jsonapi::Swagger::FastJsonapiResource
- Inherits:
-
Object
- Object
- Jsonapi::Swagger::FastJsonapiResource
- Extended by:
- Forwardable
- Defined in:
- lib/jsonapi/swagger/resources/fast_jsonapi_resource.rb
Instance Method Summary collapse
- #creatable_fields ⇒ Object
- #filters ⇒ Object
-
#initialize(fr) ⇒ FastJsonapiResource
constructor
A new instance of FastJsonapiResource.
- #mutable? ⇒ Boolean
-
#sortable_fields ⇒ Object
TODO: fast_jsonapi resource.
- #updatable_fields ⇒ Object
Constructor Details
#initialize(fr) ⇒ FastJsonapiResource
Returns a new instance of FastJsonapiResource.
10 11 12 |
# File 'lib/jsonapi/swagger/resources/fast_jsonapi_resource.rb', line 10 def initialize(fr) @fr = fr end |
Instance Method Details
#creatable_fields ⇒ Object
22 23 24 |
# File 'lib/jsonapi/swagger/resources/fast_jsonapi_resource.rb', line 22 def creatable_fields [] end |
#filters ⇒ Object
30 31 32 |
# File 'lib/jsonapi/swagger/resources/fast_jsonapi_resource.rb', line 30 def filters [] end |
#mutable? ⇒ Boolean
34 35 36 |
# File 'lib/jsonapi/swagger/resources/fast_jsonapi_resource.rb', line 34 def mutable? false end |
#sortable_fields ⇒ Object
TODO: fast_jsonapi resource
18 19 20 |
# File 'lib/jsonapi/swagger/resources/fast_jsonapi_resource.rb', line 18 def sortable_fields [] end |
#updatable_fields ⇒ Object
26 27 28 |
# File 'lib/jsonapi/swagger/resources/fast_jsonapi_resource.rb', line 26 def updatable_fields [] end |