Class: Rust::Merge::Provider::Document
- Inherits:
-
Data
- Object
- Data
- Rust::Merge::Provider::Document
- Defined in:
- lib/rust/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
31 32 33 |
# File 'lib/rust/merge/provider.rb', line 31 def analysis @analysis end |
#by_id ⇒ Object (readonly)
Returns the value of attribute by_id
31 32 33 |
# File 'lib/rust/merge/provider.rb', line 31 def by_id @by_id end |
#owners ⇒ Object (readonly)
Returns the value of attribute owners
31 32 33 |
# File 'lib/rust/merge/provider.rb', line 31 def owners @owners end |
#source ⇒ Object (readonly)
Returns the value of attribute source
31 32 33 |
# File 'lib/rust/merge/provider.rb', line 31 def source @source end |
#unmanaged_fingerprint ⇒ Object (readonly)
Returns the value of attribute unmanaged_fingerprint
31 32 33 |
# File 'lib/rust/merge/provider.rb', line 31 def unmanaged_fingerprint @unmanaged_fingerprint end |