Class: Ast::Merge::ActiveProfileView

Inherits:
Struct
  • Object
show all
Defined in:
lib/ast/merge.rb

Instance Attribute Summary collapse

Instance Attribute Details

#backendObject

Returns the value of attribute backend

Returns:

  • (Object)

    the current value of backend



860
861
862
# File 'lib/ast/merge.rb', line 860

def backend
  @backend
end

#backend_familyObject

Returns the value of attribute backend_family

Returns:

  • (Object)

    the current value of backend_family



860
861
862
# File 'lib/ast/merge.rb', line 860

def backend_family
  @backend_family
end

#dialectObject

Returns the value of attribute dialect

Returns:

  • (Object)

    the current value of dialect



860
861
862
# File 'lib/ast/merge.rb', line 860

def dialect
  @dialect
end

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



860
861
862
# File 'lib/ast/merge.rb', line 860

def family
  @family
end

#language_versionObject

Returns the value of attribute language_version

Returns:

  • (Object)

    the current value of language_version



860
861
862
# File 'lib/ast/merge.rb', line 860

def language_version
  @language_version
end

#parserObject

Returns the value of attribute parser

Returns:

  • (Object)

    the current value of parser



860
861
862
# File 'lib/ast/merge.rb', line 860

def parser
  @parser
end

#parser_versionObject

Returns the value of attribute parser_version

Returns:

  • (Object)

    the current value of parser_version



860
861
862
# File 'lib/ast/merge.rb', line 860

def parser_version
  @parser_version
end

#profile_idObject

Returns the value of attribute profile_id

Returns:

  • (Object)

    the current value of profile_id



860
861
862
# File 'lib/ast/merge.rb', line 860

def profile_id
  @profile_id
end

#rule_countsObject

Returns the value of attribute rule_counts

Returns:

  • (Object)

    the current value of rule_counts



860
861
862
# File 'lib/ast/merge.rb', line 860

def rule_counts
  @rule_counts
end

#supported_dialectsObject

Returns the value of attribute supported_dialects

Returns:

  • (Object)

    the current value of supported_dialects



860
861
862
# File 'lib/ast/merge.rb', line 860

def supported_dialects
  @supported_dialects
end

#validationObject

Returns the value of attribute validation

Returns:

  • (Object)

    the current value of validation



860
861
862
# File 'lib/ast/merge.rb', line 860

def validation
  @validation
end