Class: Lemans::Result::Revision
- Inherits:
-
Data
- Object
- Data
- Lemans::Result::Revision
- Defined in:
- lib/lemans/result.rb
Instance Attribute Summary collapse
-
#commit ⇒ Object
readonly
Returns the value of attribute commit.
-
#dirty ⇒ Object
readonly
Returns the value of attribute dirty.
Instance Method Summary collapse
Instance Attribute Details
#commit ⇒ Object (readonly)
Returns the value of attribute commit
116 117 118 |
# File 'lib/lemans/result.rb', line 116 def commit @commit end |
#dirty ⇒ Object (readonly)
Returns the value of attribute dirty
116 117 118 |
# File 'lib/lemans/result.rb', line 116 def dirty @dirty end |
Instance Method Details
#as_json ⇒ Object
117 |
# File 'lib/lemans/result.rb', line 117 def as_json(**) = to_h |