Class: FlareUp::Command::Base

Inherits:
Object
  • Object
show all
Defined in:
lib/flare_up/command/base.rb

Direct Known Subclasses

Copy, CreateTable, DropTable

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(table_name, *args) ⇒ Base

Returns a new instance of Base.



17
18
19
# File 'lib/flare_up/command/base.rb', line 17

def initialize(table_name, *args)
  @table_name = table_name
end

Instance Attribute Details

#table_nameObject (readonly)

Returns the value of attribute table_name.



15
16
17
# File 'lib/flare_up/command/base.rb', line 15

def table_name
  @table_name
end