Class: StillActive::Diff::SignalChange
- Inherits:
-
Struct
- Object
- Struct
- StillActive::Diff::SignalChange
- Defined in:
- lib/still_active/diff.rb
Instance Attribute Summary collapse
-
#after ⇒ Object
Returns the value of attribute after.
-
#before ⇒ Object
Returns the value of attribute before.
-
#changes ⇒ Object
Returns the value of attribute changes.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#after ⇒ Object
Returns the value of attribute after
23 24 25 |
# File 'lib/still_active/diff.rb', line 23 def after @after end |
#before ⇒ Object
Returns the value of attribute before
23 24 25 |
# File 'lib/still_active/diff.rb', line 23 def before @before end |
#changes ⇒ Object
Returns the value of attribute changes
23 24 25 |
# File 'lib/still_active/diff.rb', line 23 def changes @changes end |
#name ⇒ Object
Returns the value of attribute name
23 24 25 |
# File 'lib/still_active/diff.rb', line 23 def name @name end |