Class: Briefly::Builder::Plan
- Inherits:
-
Struct
- Object
- Struct
- Briefly::Builder::Plan
- Defined in:
- lib/briefly/builder.rb
Overview
Instance Attribute Summary collapse
-
#child_plans ⇒ Object
Returns the value of attribute child_plans.
-
#children ⇒ Object
Returns the value of attribute children.
-
#defs ⇒ Object
Returns the value of attribute defs.
-
#rescue_entries ⇒ Object
Returns the value of attribute rescue_entries.
Instance Attribute Details
#child_plans ⇒ Object
Returns the value of attribute child_plans
12 13 14 |
# File 'lib/briefly/builder.rb', line 12 def child_plans @child_plans end |
#children ⇒ Object
Returns the value of attribute children
12 13 14 |
# File 'lib/briefly/builder.rb', line 12 def children @children end |
#defs ⇒ Object
Returns the value of attribute defs
12 13 14 |
# File 'lib/briefly/builder.rb', line 12 def defs @defs end |
#rescue_entries ⇒ Object
Returns the value of attribute rescue_entries
12 13 14 |
# File 'lib/briefly/builder.rb', line 12 def rescue_entries @rescue_entries end |