Class: EasyCreds::Differ::Change

Inherits:
Data
  • Object
show all
Defined in:
lib/easy_creds/differ.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject (readonly)

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



5
6
7
# File 'lib/easy_creds/differ.rb', line 5

def key
  @key
end

#kindObject (readonly)

Returns the value of attribute kind

Returns:

  • (Object)

    the current value of kind



5
6
7
# File 'lib/easy_creds/differ.rb', line 5

def kind
  @kind
end

#sideObject (readonly)

Returns the value of attribute side

Returns:

  • (Object)

    the current value of side



5
6
7
# File 'lib/easy_creds/differ.rb', line 5

def side
  @side
end