Class: GraphQL::Models::AttributeLoader::Request
- Inherits:
-
Object
- Object
- GraphQL::Models::AttributeLoader::Request
- Defined in:
- lib/graphql/models/attribute_loader.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
Returns the value of attribute attributes.
-
#sorting ⇒ Object
Returns the value of attribute sorting.
Instance Method Summary collapse
-
#initialize(attributes, sorting) ⇒ Request
constructor
A new instance of Request.
Constructor Details
#initialize(attributes, sorting) ⇒ Request
Returns a new instance of Request.
14 15 16 17 |
# File 'lib/graphql/models/attribute_loader.rb', line 14 def initialize(attributes, sorting) @attributes = attributes @sorting = sorting end |
Instance Attribute Details
#attributes ⇒ Object
Returns the value of attribute attributes.
13 14 15 |
# File 'lib/graphql/models/attribute_loader.rb', line 13 def attributes @attributes end |
#sorting ⇒ Object
Returns the value of attribute sorting.
13 14 15 |
# File 'lib/graphql/models/attribute_loader.rb', line 13 def sorting @sorting end |