Class: Ast::Merge::RenderVerificationReport
- Inherits:
-
Struct
- Object
- Struct
- Ast::Merge::RenderVerificationReport
- Defined in:
- lib/ast/merge.rb
Instance Attribute Summary collapse
-
#attempted ⇒ Object
Returns the value of attribute attempted.
-
#diagnostics ⇒ Object
Returns the value of attribute diagnostics.
-
#hard_gate ⇒ Object
Returns the value of attribute hard_gate.
-
#language ⇒ Object
Returns the value of attribute language.
-
#mode ⇒ Object
Returns the value of attribute mode.
-
#parse_errors ⇒ Object
Returns the value of attribute parse_errors.
-
#passed ⇒ Object
Returns the value of attribute passed.
-
#render_strategy ⇒ Object
Returns the value of attribute render_strategy.
-
#verification_id ⇒ Object
Returns the value of attribute verification_id.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#attempted ⇒ Object
Returns the value of attribute attempted
800 801 802 |
# File 'lib/ast/merge.rb', line 800 def attempted @attempted end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
800 801 802 |
# File 'lib/ast/merge.rb', line 800 def diagnostics @diagnostics end |
#hard_gate ⇒ Object
Returns the value of attribute hard_gate
800 801 802 |
# File 'lib/ast/merge.rb', line 800 def hard_gate @hard_gate end |
#language ⇒ Object
Returns the value of attribute language
800 801 802 |
# File 'lib/ast/merge.rb', line 800 def language @language end |
#mode ⇒ Object
Returns the value of attribute mode
800 801 802 |
# File 'lib/ast/merge.rb', line 800 def mode @mode end |
#parse_errors ⇒ Object
Returns the value of attribute parse_errors
800 801 802 |
# File 'lib/ast/merge.rb', line 800 def parse_errors @parse_errors end |
#passed ⇒ Object
Returns the value of attribute passed
800 801 802 |
# File 'lib/ast/merge.rb', line 800 def passed @passed end |
#render_strategy ⇒ Object
Returns the value of attribute render_strategy
800 801 802 |
# File 'lib/ast/merge.rb', line 800 def render_strategy @render_strategy end |
#verification_id ⇒ Object
Returns the value of attribute verification_id
800 801 802 |
# File 'lib/ast/merge.rb', line 800 def verification_id @verification_id end |
#version ⇒ Object
Returns the value of attribute version
800 801 802 |
# File 'lib/ast/merge.rb', line 800 def version @version end |