Class: StillActive::Diff::SignalChange

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

Instance Attribute Summary collapse

Instance Attribute Details

#afterObject

Returns the value of attribute after

Returns:

  • (Object)

    the current value of after



36
37
38
# File 'lib/still_active/diff.rb', line 36

def after
  @after
end

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



36
37
38
# File 'lib/still_active/diff.rb', line 36

def before
  @before
end

#changesObject

Returns the value of attribute changes

Returns:

  • (Object)

    the current value of changes



36
37
38
# File 'lib/still_active/diff.rb', line 36

def changes
  @changes
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



36
37
38
# File 'lib/still_active/diff.rb', line 36

def name
  @name
end