Class: GraphAgent::State::Schema::Field

Inherits:
Data
  • Object
show all
Defined in:
lib/graph_agent/state/schema.rb

Instance Attribute Summary collapse

Instance Attribute Details

#defaultObject (readonly)

Returns the value of attribute default

Returns:

  • (Object)

    the current value of default



8
9
10
# File 'lib/graph_agent/state/schema.rb', line 8

def default
  @default
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/graph_agent/state/schema.rb', line 8

def name
  @name
end

#reducerObject (readonly)

Returns the value of attribute reducer

Returns:

  • (Object)

    the current value of reducer



8
9
10
# File 'lib/graph_agent/state/schema.rb', line 8

def reducer
  @reducer
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



8
9
10
# File 'lib/graph_agent/state/schema.rb', line 8

def type
  @type
end