Class: GraphqlDeclarative::FilterInput::Definition
- Inherits:
-
Struct
- Object
- Struct
- GraphqlDeclarative::FilterInput::Definition
- Defined in:
- lib/graphql_declarative/filter_input.rb
Instance Attribute Summary collapse
-
#column ⇒ Object
Returns the value of attribute column.
-
#name ⇒ Object
Returns the value of attribute name.
-
#ops ⇒ Object
Returns the value of attribute ops.
-
#through ⇒ Object
Returns the value of attribute through.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Attribute Details
#column ⇒ Object
Returns the value of attribute column
38 39 40 |
# File 'lib/graphql_declarative/filter_input.rb', line 38 def column @column end |
#name ⇒ Object
Returns the value of attribute name
38 39 40 |
# File 'lib/graphql_declarative/filter_input.rb', line 38 def name @name end |
#ops ⇒ Object
Returns the value of attribute ops
38 39 40 |
# File 'lib/graphql_declarative/filter_input.rb', line 38 def ops @ops end |
#through ⇒ Object
Returns the value of attribute through
38 39 40 |
# File 'lib/graphql_declarative/filter_input.rb', line 38 def through @through end |
#type ⇒ Object
Returns the value of attribute type
38 39 40 |
# File 'lib/graphql_declarative/filter_input.rb', line 38 def type @type end |