Class: Ecoportal::API::GraphQL::Builder::Page

Inherits:
Object
  • Object
show all
Defined in:
lib/ecoportal/api/graphql/builder/page.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#clientObject (readonly)

Returns the value of attribute client.



6
7
8
# File 'lib/ecoportal/api/graphql/builder/page.rb', line 6

def client
  @client
end