Class: FlareUp::Command::Base
- Inherits:
-
Object
- Object
- FlareUp::Command::Base
- Defined in:
- lib/flare_up/command/base.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#table_name ⇒ Object
readonly
Returns the value of attribute table_name.
Instance Method Summary collapse
-
#initialize(table_name, *args) ⇒ Base
constructor
A new instance of Base.
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_name ⇒ Object (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 |