Class: Mxrb::Scaffold::Transaction::Change
- Inherits:
-
Data
- Object
- Data
- Mxrb::Scaffold::Transaction::Change
- Defined in:
- lib/mxrb/scaffold/transaction.rb
Instance Attribute Summary collapse
-
#content ⇒ Object
readonly
Returns the value of attribute content.
-
#mode ⇒ Object
readonly
Returns the value of attribute mode.
-
#original ⇒ Object
readonly
Returns the value of attribute original.
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Attribute Details
#content ⇒ Object (readonly)
Returns the value of attribute content
7 8 9 |
# File 'lib/mxrb/scaffold/transaction.rb', line 7 def content @content end |
#mode ⇒ Object (readonly)
Returns the value of attribute mode
7 8 9 |
# File 'lib/mxrb/scaffold/transaction.rb', line 7 def mode @mode end |
#original ⇒ Object (readonly)
Returns the value of attribute original
7 8 9 |
# File 'lib/mxrb/scaffold/transaction.rb', line 7 def original @original end |
#path ⇒ Object (readonly)
Returns the value of attribute path
7 8 9 |
# File 'lib/mxrb/scaffold/transaction.rb', line 7 def path @path end |