Class: MiniSql::Abstract::PreparedBinds::BindName
- Inherits:
-
Struct
- Object
- Struct
- MiniSql::Abstract::PreparedBinds::BindName
- Defined in:
- lib/mini_sql/abstract/prepared_binds.rb
Overview
For compatibility with Active Record
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
8 9 10 |
# File 'lib/mini_sql/abstract/prepared_binds.rb', line 8 def name @name end |