Class: Psych::Merge::Provider::Document
- Inherits:
-
Data
- Object
- Data
- Psych::Merge::Provider::Document
- Defined in:
- lib/psych/merge/provider.rb
Instance Attribute Summary collapse
-
#analysis ⇒ Object
readonly
Returns the value of attribute analysis.
-
#by_key ⇒ Object
readonly
Returns the value of attribute by_key.
-
#document_attributes ⇒ Object
readonly
Returns the value of attribute document_attributes.
-
#entries ⇒ Object
readonly
Returns the value of attribute entries.
-
#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
24 25 26 |
# File 'lib/psych/merge/provider.rb', line 24 def analysis @analysis end |
#by_key ⇒ Object (readonly)
Returns the value of attribute by_key
24 25 26 |
# File 'lib/psych/merge/provider.rb', line 24 def by_key @by_key end |
#document_attributes ⇒ Object (readonly)
Returns the value of attribute document_attributes
24 25 26 |
# File 'lib/psych/merge/provider.rb', line 24 def document_attributes @document_attributes end |
#entries ⇒ Object (readonly)
Returns the value of attribute entries
24 25 26 |
# File 'lib/psych/merge/provider.rb', line 24 def entries @entries end |
#issues ⇒ Object (readonly)
Returns the value of attribute issues
24 25 26 |
# File 'lib/psych/merge/provider.rb', line 24 def issues @issues end |
#role ⇒ Object (readonly)
Returns the value of attribute role
24 25 26 |
# File 'lib/psych/merge/provider.rb', line 24 def role @role end |
#source ⇒ Object (readonly)
Returns the value of attribute source
24 25 26 |
# File 'lib/psych/merge/provider.rb', line 24 def source @source end |