Class: Go::Merge::Provider::ExactDocument
- Inherits:
-
Data
- Object
- Data
- Go::Merge::Provider::ExactDocument
- Defined in:
- lib/go/merge/provider.rb
Instance Attribute Summary collapse
-
#analysis ⇒ Object
readonly
Returns the value of attribute analysis.
-
#declarations ⇒ Object
readonly
Returns the value of attribute declarations.
-
#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
16 17 18 |
# File 'lib/go/merge/provider.rb', line 16 def analysis @analysis end |
#declarations ⇒ Object (readonly)
Returns the value of attribute declarations
16 17 18 |
# File 'lib/go/merge/provider.rb', line 16 def declarations @declarations end |
#issues ⇒ Object (readonly)
Returns the value of attribute issues
16 17 18 |
# File 'lib/go/merge/provider.rb', line 16 def issues @issues end |
#role ⇒ Object (readonly)
Returns the value of attribute role
16 17 18 |
# File 'lib/go/merge/provider.rb', line 16 def role @role end |
#source ⇒ Object (readonly)
Returns the value of attribute source
16 17 18 |
# File 'lib/go/merge/provider.rb', line 16 def source @source end |