Class: MiniSql::Abstract::PreparedBinds::BindName

Inherits:
Struct
  • Object
show all
Defined in:
lib/mini_sql/abstract/prepared_binds.rb

Overview

For compatibility with Active Record

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



8
9
10
# File 'lib/mini_sql/abstract/prepared_binds.rb', line 8

def name
  @name
end