Class: Associates::Item

Inherits:
Struct
  • Object
show all
Defined in:
lib/associates.rb

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_namesObject

Returns the value of attribute attribute_names

Returns:

  • (Object)

    the current value of attribute_names



21
22
23
# File 'lib/associates.rb', line 21

def attribute_names
  @attribute_names
end

#dependent_namesObject

Returns the value of attribute dependent_names

Returns:

  • (Object)

    the current value of dependent_names



21
22
23
# File 'lib/associates.rb', line 21

def dependent_names
  @dependent_names
end

#klassObject

Returns the value of attribute klass

Returns:

  • (Object)

    the current value of klass



21
22
23
# File 'lib/associates.rb', line 21

def klass
  @klass
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



21
22
23
# File 'lib/associates.rb', line 21

def name
  @name
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



21
22
23
# File 'lib/associates.rb', line 21

def options
  @options
end