Class: GraphqlDeclarative::FilterInput::Definition

Inherits:
Struct
  • Object
show all
Defined in:
lib/graphql_declarative/filter_input.rb

Instance Attribute Summary collapse

Instance Attribute Details

#columnObject

Returns the value of attribute column

Returns:

  • (Object)

    the current value of column



38
39
40
# File 'lib/graphql_declarative/filter_input.rb', line 38

def column
  @column
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



38
39
40
# File 'lib/graphql_declarative/filter_input.rb', line 38

def name
  @name
end

#opsObject

Returns the value of attribute ops

Returns:

  • (Object)

    the current value of ops



38
39
40
# File 'lib/graphql_declarative/filter_input.rb', line 38

def ops
  @ops
end

#throughObject

Returns the value of attribute through

Returns:

  • (Object)

    the current value of through



38
39
40
# File 'lib/graphql_declarative/filter_input.rb', line 38

def through
  @through
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



38
39
40
# File 'lib/graphql_declarative/filter_input.rb', line 38

def type
  @type
end