Class: AlgebraDB::Build::Param
- Inherits:
-
Struct
- Object
- Struct
- AlgebraDB::Build::Param
- Defined in:
- lib/algebra_db/build/param.rb
Instance Attribute Summary collapse
-
#value ⇒ Object
Returns the value of attribute value.
Instance Method Summary collapse
Instance Attribute Details
#value ⇒ Object
Returns the value of attribute value
3 4 5 |
# File 'lib/algebra_db/build/param.rb', line 3 def value @value end |
Instance Method Details
#render_syntax(builder) ⇒ Object
4 5 6 |
# File 'lib/algebra_db/build/param.rb', line 4 def render_syntax(builder) builder.param(value) end |