Class: AnyQuery::Field

Inherits:
Object
  • Object
show all
Defined in:
lib/any_query/field.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name, type, options = {}) ⇒ Field

Returns a new instance of Field.



5
# File 'lib/any_query/field.rb', line 5

def initialize(name, type, options = {}); end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



3
4
5
# File 'lib/any_query/field.rb', line 3

def name
  @name
end

#optionsObject (readonly)

Returns the value of attribute options.



3
4
5
# File 'lib/any_query/field.rb', line 3

def options
  @options
end

#typeObject (readonly)

Returns the value of attribute type.



3
4
5
# File 'lib/any_query/field.rb', line 3

def type
  @type
end