Class: Vident::Internals::Registry::Kind

Inherits:
Data
  • Object
show all
Defined in:
lib/vident/internals/registry.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyedObject (readonly) Also known as: keyed?

Returns the value of attribute keyed

Returns:

  • (Object)

    the current value of keyed



14
15
16
# File 'lib/vident/internals/registry.rb', line 14

def keyed
  @keyed
end

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



14
15
16
# File 'lib/vident/internals/registry.rb', line 14

def name
  @name
end

#plural_nameObject (readonly)

Returns the value of attribute plural_name

Returns:

  • (Object)

    the current value of plural_name



14
15
16
# File 'lib/vident/internals/registry.rb', line 14

def plural_name
  @plural_name
end

#singular_nameObject (readonly)

Returns the value of attribute singular_name

Returns:

  • (Object)

    the current value of singular_name



14
15
16
# File 'lib/vident/internals/registry.rb', line 14

def singular_name
  @singular_name
end

#value_classObject (readonly)

Returns the value of attribute value_class

Returns:

  • (Object)

    the current value of value_class



14
15
16
# File 'lib/vident/internals/registry.rb', line 14

def value_class
  @value_class
end