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
822 823 824 |
# File 'lib/ast/merge.rb', line 822 def attempted @attempted end |
#diagnostics ⇒ Object
Returns the value of attribute diagnostics
822 823 824 |
# File 'lib/ast/merge.rb', line 822 def diagnostics @diagnostics end |
#hard_gate ⇒ Object
Returns the value of attribute hard_gate
822 823 824 |
# File 'lib/ast/merge.rb', line 822 def hard_gate @hard_gate end |
#language ⇒ Object
Returns the value of attribute language
822 823 824 |
# File 'lib/ast/merge.rb', line 822 def language @language end |
#mode ⇒ Object
Returns the value of attribute mode
822 823 824 |
# File 'lib/ast/merge.rb', line 822 def mode @mode end |
#parse_errors ⇒ Object
Returns the value of attribute parse_errors
822 823 824 |
# File 'lib/ast/merge.rb', line 822 def parse_errors @parse_errors end |
#passed ⇒ Object
Returns the value of attribute passed
822 823 824 |
# File 'lib/ast/merge.rb', line 822 def passed @passed end |
#render_strategy ⇒ Object
Returns the value of attribute render_strategy
822 823 824 |
# File 'lib/ast/merge.rb', line 822 def render_strategy @render_strategy end |
#verification_id ⇒ Object
Returns the value of attribute verification_id
822 823 824 |
# File 'lib/ast/merge.rb', line 822 def verification_id @verification_id end |
#version ⇒ Object
Returns the value of attribute version
822 823 824 |
# File 'lib/ast/merge.rb', line 822 def version @version end |