Class: Ecoportal::API::GraphQL::Builder::Page
- Inherits:
-
Object
- Object
- Ecoportal::API::GraphQL::Builder::Page
- Defined in:
- lib/ecoportal/api/graphql/builder/page.rb
Instance Attribute Summary collapse
-
#client ⇒ Object
readonly
Returns the value of attribute client.
Instance Method Summary collapse
-
#initialize(client) ⇒ Page
constructor
A new instance of Page.
Constructor Details
#initialize(client) ⇒ Page
Returns a new instance of Page.
8 9 10 |
# File 'lib/ecoportal/api/graphql/builder/page.rb', line 8 def initialize(client) @client = client end |
Instance Attribute Details
#client ⇒ Object (readonly)
Returns the value of attribute client.
6 7 8 |
# File 'lib/ecoportal/api/graphql/builder/page.rb', line 6 def client @client end |