Class: Html::Merge::Provider::ExactDocument
- Inherits:
-
Data
- Object
- Data
- Html::Merge::Provider::ExactDocument
- Defined in:
- lib/html/merge/provider.rb
Instance Attribute Summary collapse
-
#analysis ⇒ Object
readonly
Returns the value of attribute analysis.
-
#issues ⇒ Object
readonly
Returns the value of attribute issues.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
Instance Attribute Details
#analysis ⇒ Object (readonly)
Returns the value of attribute analysis
19 20 21 |
# File 'lib/html/merge/provider.rb', line 19 def analysis @analysis end |
#issues ⇒ Object (readonly)
Returns the value of attribute issues
19 20 21 |
# File 'lib/html/merge/provider.rb', line 19 def issues @issues end |
#role ⇒ Object (readonly)
Returns the value of attribute role
19 20 21 |
# File 'lib/html/merge/provider.rb', line 19 def role @role end |
#source ⇒ Object (readonly)
Returns the value of attribute source
19 20 21 |
# File 'lib/html/merge/provider.rb', line 19 def source @source end |