Class: Vident::Internals::Registry::Kind
- Inherits:
-
Data
- Object
- Data
- Vident::Internals::Registry::Kind
- Defined in:
- lib/vident/internals/registry.rb
Instance Attribute Summary collapse
-
#keyed ⇒ Object
(also: #keyed?)
readonly
Returns the value of attribute keyed.
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#plural_name ⇒ Object
readonly
Returns the value of attribute plural_name.
-
#singular_name ⇒ Object
readonly
Returns the value of attribute singular_name.
-
#value_class ⇒ Object
readonly
Returns the value of attribute value_class.
Instance Attribute Details
#keyed ⇒ Object (readonly) Also known as: keyed?
Returns the value of attribute keyed
14 15 16 |
# File 'lib/vident/internals/registry.rb', line 14 def keyed @keyed end |
#name ⇒ Object (readonly)
Returns the value of attribute name
14 15 16 |
# File 'lib/vident/internals/registry.rb', line 14 def name @name end |
#plural_name ⇒ Object (readonly)
Returns the value of attribute plural_name
14 15 16 |
# File 'lib/vident/internals/registry.rb', line 14 def plural_name @plural_name end |
#singular_name ⇒ Object (readonly)
Returns the value of attribute singular_name
14 15 16 |
# File 'lib/vident/internals/registry.rb', line 14 def singular_name @singular_name end |
#value_class ⇒ Object (readonly)
Returns the value of attribute value_class
14 15 16 |
# File 'lib/vident/internals/registry.rb', line 14 def value_class @value_class end |