Class: GroundControl::Api::PageResource
- Inherits:
-
Object
- Object
- GroundControl::Api::PageResource
- Includes:
- Alba::Resource
- Defined in:
- app/resources/ground_control/api/page_resource.rb
Instance Method Summary collapse
-
#initialize(object, inner_resource_class: nil) ⇒ PageResource
constructor
A new instance of PageResource.
Constructor Details
#initialize(object, inner_resource_class: nil) ⇒ PageResource
Returns a new instance of PageResource.
41 42 43 44 |
# File 'app/resources/ground_control/api/page_resource.rb', line 41 def initialize(object, inner_resource_class: nil) @inner_resource_class = inner_resource_class super(object) end |