Class: Mxrb::Scaffold::Transaction::Change

Inherits:
Data
  • Object
show all
Defined in:
lib/mxrb/scaffold/transaction.rb

Instance Attribute Summary collapse

Instance Attribute Details

#contentObject (readonly)

Returns the value of attribute content

Returns:

  • (Object)

    the current value of content



7
8
9
# File 'lib/mxrb/scaffold/transaction.rb', line 7

def content
  @content
end

#modeObject (readonly)

Returns the value of attribute mode

Returns:

  • (Object)

    the current value of mode



7
8
9
# File 'lib/mxrb/scaffold/transaction.rb', line 7

def mode
  @mode
end

#originalObject (readonly)

Returns the value of attribute original

Returns:

  • (Object)

    the current value of original



7
8
9
# File 'lib/mxrb/scaffold/transaction.rb', line 7

def original
  @original
end

#pathObject (readonly)

Returns the value of attribute path

Returns:

  • (Object)

    the current value of path



7
8
9
# File 'lib/mxrb/scaffold/transaction.rb', line 7

def path
  @path
end