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