Class: Dotenv::Merge::Provider::Analysis

Inherits:
Data
  • Object
show all
Defined in:
lib/dotenv/merge/provider.rb

Instance Attribute Summary collapse

Instance Attribute Details

#assignmentsObject (readonly)

Returns the value of attribute assignments

Returns:

  • (Object)

    the current value of assignments



13
14
15
# File 'lib/dotenv/merge/provider.rb', line 13

def assignments
  @assignments
end

#by_keyObject (readonly)

Returns the value of attribute by_key

Returns:

  • (Object)

    the current value of by_key



13
14
15
# File 'lib/dotenv/merge/provider.rb', line 13

def by_key
  @by_key
end

#fileObject (readonly)

Returns the value of attribute file

Returns:

  • (Object)

    the current value of file



13
14
15
# File 'lib/dotenv/merge/provider.rb', line 13

def file
  @file
end

#issuesObject (readonly)

Returns the value of attribute issues

Returns:

  • (Object)

    the current value of issues



13
14
15
# File 'lib/dotenv/merge/provider.rb', line 13

def issues
  @issues
end

#linesObject (readonly)

Returns the value of attribute lines

Returns:

  • (Object)

    the current value of lines



13
14
15
# File 'lib/dotenv/merge/provider.rb', line 13

def lines
  @lines
end

#roleObject (readonly)

Returns the value of attribute role

Returns:

  • (Object)

    the current value of role



13
14
15
# File 'lib/dotenv/merge/provider.rb', line 13

def role
  @role
end

#sourceObject (readonly)

Returns the value of attribute source

Returns:

  • (Object)

    the current value of source



13
14
15
# File 'lib/dotenv/merge/provider.rb', line 13

def source
  @source
end

#unownedObject (readonly)

Returns the value of attribute unowned

Returns:

  • (Object)

    the current value of unowned



13
14
15
# File 'lib/dotenv/merge/provider.rb', line 13

def unowned
  @unowned
end