Class: Db2Query::Query::Bind
- Inherits:
-
Struct
- Object
- Struct
- Db2Query::Query::Bind
- Defined in:
- lib/db2_query/query.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
98 99 100 |
# File 'lib/db2_query/query.rb', line 98 def name @name end |
#value ⇒ Object
Returns the value of attribute value
98 99 100 |
# File 'lib/db2_query/query.rb', line 98 def value @value end |