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.
-
#backend ⇒ Object
readonly
Returns the value of attribute backend.
-
#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
14 15 16 |
# File 'lib/rbs/merge/provider.rb', line 14 def analysis @analysis end |
#backend ⇒ Object (readonly)
Returns the value of attribute backend
14 15 16 |
# File 'lib/rbs/merge/provider.rb', line 14 def backend @backend end |
#by_id ⇒ Object (readonly)
Returns the value of attribute by_id
14 15 16 |
# File 'lib/rbs/merge/provider.rb', line 14 def by_id @by_id end |
#owners ⇒ Object (readonly)
Returns the value of attribute owners
14 15 16 |
# File 'lib/rbs/merge/provider.rb', line 14 def owners @owners end |
#source ⇒ Object (readonly)
Returns the value of attribute source
14 15 16 |
# File 'lib/rbs/merge/provider.rb', line 14 def source @source end |
#unmanaged_fingerprint ⇒ Object (readonly)
Returns the value of attribute unmanaged_fingerprint
14 15 16 |
# File 'lib/rbs/merge/provider.rb', line 14 def unmanaged_fingerprint @unmanaged_fingerprint end |