Class: Html::Merge::Provider::Decision
- Inherits:
-
Data
- Object
- Data
- Html::Merge::Provider::Decision
- Defined in:
- lib/html/merge/provider.rb
Instance Attribute Summary collapse
-
#changes ⇒ Object
readonly
Returns the value of attribute changes.
-
#choices ⇒ Object
readonly
Returns the value of attribute choices.
-
#conflicts ⇒ Object
readonly
Returns the value of attribute conflicts.
Instance Attribute Details
#changes ⇒ Object (readonly)
Returns the value of attribute changes
20 21 22 |
# File 'lib/html/merge/provider.rb', line 20 def changes @changes end |
#choices ⇒ Object (readonly)
Returns the value of attribute choices
20 21 22 |
# File 'lib/html/merge/provider.rb', line 20 def choices @choices end |
#conflicts ⇒ Object (readonly)
Returns the value of attribute conflicts
20 21 22 |
# File 'lib/html/merge/provider.rb', line 20 def conflicts @conflicts end |