Class: Flounder::Connection::Column

Inherits:
Struct
  • Object
show all
Defined in:
lib/flounder/connection.rb

Overview

———————————————— official Connection iface

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



26
27
28
# File 'lib/flounder/connection.rb', line 26

def name
  @name
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



26
27
28
# File 'lib/flounder/connection.rb', line 26

def type
  @type
end