Class: EntitySchema::Fields::Abstract::Specification
- Inherits:
-
Struct
- Object
- Struct
- EntitySchema::Fields::Abstract::Specification
- Defined in:
- lib/entity_schema/fields/abstract.rb
Instance Attribute Summary collapse
-
#predicate ⇒ Object
Returns the value of attribute predicate.
-
#public_getter ⇒ Object
Returns the value of attribute public_getter.
-
#public_setter ⇒ Object
Returns the value of attribute public_setter.
Instance Attribute Details
#predicate ⇒ Object
Returns the value of attribute predicate
8 9 10 |
# File 'lib/entity_schema/fields/abstract.rb', line 8 def predicate @predicate end |
#public_getter ⇒ Object
Returns the value of attribute public_getter
8 9 10 |
# File 'lib/entity_schema/fields/abstract.rb', line 8 def public_getter @public_getter end |
#public_setter ⇒ Object
Returns the value of attribute public_setter
8 9 10 |
# File 'lib/entity_schema/fields/abstract.rb', line 8 def public_setter @public_setter end |