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

#default ⇒ Object (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

#name ⇒ Object (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

#reducer ⇒ Object (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

#type ⇒ Object (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