Class: Ast::Merge::ProfilePromotionHardGate

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

Instance Attribute Summary collapse

Instance Attribute Details

#diagnosticsObject

Returns the value of attribute diagnostics

Returns:

  • (Object)

    the current value of diagnostics



865
866
867
# File 'lib/ast/merge.rb', line 865

def diagnostics
  @diagnostics
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



865
866
867
# File 'lib/ast/merge.rb', line 865

def name
  @name
end

#passedObject

Returns the value of attribute passed

Returns:

  • (Object)

    the current value of passed



865
866
867
# File 'lib/ast/merge.rb', line 865

def passed
  @passed
end

#requiredObject

Returns the value of attribute required

Returns:

  • (Object)

    the current value of required



865
866
867
# File 'lib/ast/merge.rb', line 865

def required
  @required
end