Class: Rbs::Merge::Provider::Document
- Inherits:
-
Data
- Object
- Data
- Rbs::Merge::Provider::Document
- Defined in:
- lib/rbs/merge/provider.rb
Instance Attribute Summary collapse
-
#analysis ⇒ Object
readonly
Returns the value of attribute analysis.
-
#by_id ⇒ Object
readonly
Returns the value of attribute by_id.
-
#owners ⇒ Object
readonly
Returns the value of attribute owners.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#unmanaged_fingerprint ⇒ Object
readonly
Returns the value of attribute unmanaged_fingerprint.
Instance Attribute Details
#analysis ⇒ Object (readonly)
Returns the value of attribute analysis
13 14 15 |
# File 'lib/rbs/merge/provider.rb', line 13 def analysis @analysis end |
#by_id ⇒ Object (readonly)
Returns the value of attribute by_id
13 14 15 |
# File 'lib/rbs/merge/provider.rb', line 13 def by_id @by_id end |
#owners ⇒ Object (readonly)
Returns the value of attribute owners
13 14 15 |
# File 'lib/rbs/merge/provider.rb', line 13 def owners @owners end |
#source ⇒ Object (readonly)
Returns the value of attribute source
13 14 15 |
# File 'lib/rbs/merge/provider.rb', line 13 def source @source end |
#unmanaged_fingerprint ⇒ Object (readonly)
Returns the value of attribute unmanaged_fingerprint
13 14 15 |
# File 'lib/rbs/merge/provider.rb', line 13 def unmanaged_fingerprint @unmanaged_fingerprint end |