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



882
883
884
# File 'lib/ast/merge.rb', line 882

def backend
  @backend
end

#backend_familyObject

Returns the value of attribute backend_family

Returns:

  • (Object)

    the current value of backend_family



882
883
884
# File 'lib/ast/merge.rb', line 882

def backend_family
  @backend_family
end

#dialectObject

Returns the value of attribute dialect

Returns:

  • (Object)

    the current value of dialect



882
883
884
# File 'lib/ast/merge.rb', line 882

def dialect
  @dialect
end

#familyObject

Returns the value of attribute family

Returns:

  • (Object)

    the current value of family



882
883
884
# File 'lib/ast/merge.rb', line 882

def family
  @family
end

#language_versionObject

Returns the value of attribute language_version

Returns:

  • (Object)

    the current value of language_version



882
883
884
# File 'lib/ast/merge.rb', line 882

def language_version
  @language_version
end

#parserObject

Returns the value of attribute parser

Returns:

  • (Object)

    the current value of parser



882
883
884
# File 'lib/ast/merge.rb', line 882

def parser
  @parser
end

#parser_versionObject

Returns the value of attribute parser_version

Returns:

  • (Object)

    the current value of parser_version



882
883
884
# File 'lib/ast/merge.rb', line 882

def parser_version
  @parser_version
end

#profile_idObject

Returns the value of attribute profile_id

Returns:

  • (Object)

    the current value of profile_id



882
883
884
# File 'lib/ast/merge.rb', line 882

def profile_id
  @profile_id
end

#rule_countsObject

Returns the value of attribute rule_counts

Returns:

  • (Object)

    the current value of rule_counts



882
883
884
# File 'lib/ast/merge.rb', line 882

def rule_counts
  @rule_counts
end

#supported_dialectsObject

Returns the value of attribute supported_dialects

Returns:

  • (Object)

    the current value of supported_dialects



882
883
884
# File 'lib/ast/merge.rb', line 882

def supported_dialects
  @supported_dialects
end

#validationObject

Returns the value of attribute validation

Returns:

  • (Object)

    the current value of validation



882
883
884
# File 'lib/ast/merge.rb', line 882

def validation
  @validation
end