Class: EasyCreds::Differ::Change
- Inherits:
-
Data
- Object
- Data
- EasyCreds::Differ::Change
- Defined in:
- lib/easy_creds/differ.rb
Instance Attribute Summary collapse
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#kind ⇒ Object
readonly
Returns the value of attribute kind.
-
#side ⇒ Object
readonly
Returns the value of attribute side.
Instance Attribute Details
#key ⇒ Object (readonly)
Returns the value of attribute key
5 6 7 |
# File 'lib/easy_creds/differ.rb', line 5 def key @key end |
#kind ⇒ Object (readonly)
Returns the value of attribute kind
5 6 7 |
# File 'lib/easy_creds/differ.rb', line 5 def kind @kind end |
#side ⇒ Object (readonly)
Returns the value of attribute side
5 6 7 |
# File 'lib/easy_creds/differ.rb', line 5 def side @side end |