Class: Groonga::Client::Response::ColumnList::Column

Inherits:
Struct
  • Object
show all
Defined in:
lib/groonga/client/response/column-list.rb

Instance Attribute Summary collapse

Instance Attribute Details

#domainObject

Returns the value of attribute domain

Returns:

  • (Object)

    the current value of domain



61
62
63
# File 'lib/groonga/client/response/column-list.rb', line 61

def domain
  @domain
end

#flagsObject

Returns the value of attribute flags

Returns:

  • (Object)

    the current value of flags



61
62
63
# File 'lib/groonga/client/response/column-list.rb', line 61

def flags
  @flags
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



61
62
63
# File 'lib/groonga/client/response/column-list.rb', line 61

def id
  @id
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



61
62
63
# File 'lib/groonga/client/response/column-list.rb', line 61

def name
  @name
end

#pathObject

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



61
62
63
# File 'lib/groonga/client/response/column-list.rb', line 61

def path
  @path
end

#rangeObject

Returns the value of attribute range

Returns:

  • (Object)

    the current value of range



61
62
63
# File 'lib/groonga/client/response/column-list.rb', line 61

def range
  @range
end

#sourceObject

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



61
62
63
# File 'lib/groonga/client/response/column-list.rb', line 61

def source
  @source
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



61
62
63
# File 'lib/groonga/client/response/column-list.rb', line 61

def type
  @type
end