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



23
24
25
# File 'lib/still_active/diff.rb', line 23

def after
  @after
end

#beforeObject

Returns the value of attribute before

Returns:

  • (Object)

    the current value of before



23
24
25
# File 'lib/still_active/diff.rb', line 23

def before
  @before
end

#changesObject

Returns the value of attribute changes

Returns:

  • (Object)

    the current value of changes



23
24
25
# File 'lib/still_active/diff.rb', line 23

def changes
  @changes
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



23
24
25
# File 'lib/still_active/diff.rb', line 23

def name
  @name
end