Class: BudMeta::Edge
- Inherits:
-
Struct
- Object
- Struct
- BudMeta::Edge
- Defined in:
- lib/bud/bud_meta.rb
Instance Attribute Summary collapse
-
#neg ⇒ Object
Returns the value of attribute neg.
-
#op ⇒ Object
Returns the value of attribute op.
-
#temporal ⇒ Object
Returns the value of attribute temporal.
-
#to ⇒ Object
Returns the value of attribute to.
Instance Attribute Details
#neg ⇒ Object
Returns the value of attribute neg
206 207 208 |
# File 'lib/bud/bud_meta.rb', line 206 def neg @neg end |
#op ⇒ Object
Returns the value of attribute op
206 207 208 |
# File 'lib/bud/bud_meta.rb', line 206 def op @op end |
#temporal ⇒ Object
Returns the value of attribute temporal
206 207 208 |
# File 'lib/bud/bud_meta.rb', line 206 def temporal @temporal end |
#to ⇒ Object
Returns the value of attribute to
206 207 208 |
# File 'lib/bud/bud_meta.rb', line 206 def to @to end |