Class: BudMeta::Node
- Inherits:
-
Struct
- Object
- Struct
- BudMeta::Node
- Defined in:
- lib/bud/bud_meta.rb
Overview
Node.status is one of :init, :in_progress, :done
Instance Attribute Summary collapse
-
#already_neg ⇒ Object
Returns the value of attribute already_neg.
-
#edges ⇒ Object
Returns the value of attribute edges.
-
#in_body ⇒ Object
Returns the value of attribute in_body.
-
#in_lhs ⇒ Object
Returns the value of attribute in_lhs.
-
#name ⇒ Object
Returns the value of attribute name.
-
#status ⇒ Object
Returns the value of attribute status.
-
#stratum ⇒ Object
Returns the value of attribute stratum.
Instance Attribute Details
#already_neg ⇒ Object
Returns the value of attribute already_neg
205 206 207 |
# File 'lib/bud/bud_meta.rb', line 205 def already_neg @already_neg end |
#edges ⇒ Object
Returns the value of attribute edges
205 206 207 |
# File 'lib/bud/bud_meta.rb', line 205 def edges @edges end |
#in_body ⇒ Object
Returns the value of attribute in_body
205 206 207 |
# File 'lib/bud/bud_meta.rb', line 205 def in_body @in_body end |
#in_lhs ⇒ Object
Returns the value of attribute in_lhs
205 206 207 |
# File 'lib/bud/bud_meta.rb', line 205 def in_lhs @in_lhs end |
#name ⇒ Object
Returns the value of attribute name
205 206 207 |
# File 'lib/bud/bud_meta.rb', line 205 def name @name end |
#status ⇒ Object
Returns the value of attribute status
205 206 207 |
# File 'lib/bud/bud_meta.rb', line 205 def status @status end |
#stratum ⇒ Object
Returns the value of attribute stratum
205 206 207 |
# File 'lib/bud/bud_meta.rb', line 205 def stratum @stratum end |