Class: Dotenv::Merge::Provider::Analysis
- Inherits:
-
Data
- Object
- Data
- Dotenv::Merge::Provider::Analysis
- Defined in:
- lib/dotenv/merge/provider.rb
Instance Attribute Summary collapse
-
#assignments ⇒ Object
readonly
Returns the value of attribute assignments.
-
#by_key ⇒ Object
readonly
Returns the value of attribute by_key.
-
#file ⇒ Object
readonly
Returns the value of attribute file.
-
#issues ⇒ Object
readonly
Returns the value of attribute issues.
-
#lines ⇒ Object
readonly
Returns the value of attribute lines.
-
#role ⇒ Object
readonly
Returns the value of attribute role.
-
#source ⇒ Object
readonly
Returns the value of attribute source.
-
#unowned ⇒ Object
readonly
Returns the value of attribute unowned.
Instance Attribute Details
#assignments ⇒ Object (readonly)
Returns the value of attribute assignments
13 14 15 |
# File 'lib/dotenv/merge/provider.rb', line 13 def assignments @assignments end |
#by_key ⇒ Object (readonly)
Returns the value of attribute by_key
13 14 15 |
# File 'lib/dotenv/merge/provider.rb', line 13 def by_key @by_key end |
#file ⇒ Object (readonly)
Returns the value of attribute file
13 14 15 |
# File 'lib/dotenv/merge/provider.rb', line 13 def file @file end |
#issues ⇒ Object (readonly)
Returns the value of attribute issues
13 14 15 |
# File 'lib/dotenv/merge/provider.rb', line 13 def issues @issues end |
#lines ⇒ Object (readonly)
Returns the value of attribute lines
13 14 15 |
# File 'lib/dotenv/merge/provider.rb', line 13 def lines @lines end |
#role ⇒ Object (readonly)
Returns the value of attribute role
13 14 15 |
# File 'lib/dotenv/merge/provider.rb', line 13 def role @role end |
#source ⇒ Object (readonly)
Returns the value of attribute source
13 14 15 |
# File 'lib/dotenv/merge/provider.rb', line 13 def source @source end |
#unowned ⇒ Object (readonly)
Returns the value of attribute unowned
13 14 15 |
# File 'lib/dotenv/merge/provider.rb', line 13 def unowned @unowned end |