Class: Rutidy::Render::FailureEntry
- Inherits:
-
Struct
- Object
- Struct
- Rutidy::Render::FailureEntry
- Defined in:
- lib/rutidy/render.rb
Instance Attribute Summary collapse
-
#full ⇒ Object
Returns the value of attribute full.
-
#n ⇒ Object
Returns the value of attribute n.
-
#output ⇒ Object
Returns the value of attribute output.
Instance Attribute Details
#full ⇒ Object
Returns the value of attribute full
31 32 33 |
# File 'lib/rutidy/render.rb', line 31 def full @full end |
#n ⇒ Object
Returns the value of attribute n
31 32 33 |
# File 'lib/rutidy/render.rb', line 31 def n @n end |
#output ⇒ Object
Returns the value of attribute output
31 32 33 |
# File 'lib/rutidy/render.rb', line 31 def output @output end |