Class: GraphAgent::State::Schema::Field
- Inherits:
-
Data
- Object
- Data
- GraphAgent::State::Schema::Field
- Defined in:
- lib/graph_agent/state/schema.rb
Instance Attribute Summary collapse
-
#default ⇒ Object
readonly
Returns the value of attribute default.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#reducer ⇒ Object
readonly
Returns the value of attribute reducer.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#default ⇒ Object (readonly)
Returns the value of attribute 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
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
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
8 9 10 |
# File 'lib/graph_agent/state/schema.rb', line 8 def type @type end |