Class: Changed::Relationship

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

Instance Attribute Summary collapse

Instance Attribute Details

#associationsObject

Returns the value of attribute associations

Returns:

  • (Object)

    the current value of associations



10
11
12
# File 'lib/changed.rb', line 10

def associations
  @associations
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



10
11
12
# File 'lib/changed.rb', line 10

def name
  @name
end