class BigShift::BaseTableCommand

Attributes

table_id[RW]

Private Instance Methods

base_url() click to toggle source
# File lib/big_shift/commands/base_table_command.rb, line 7
def base_url
  "#{super}/tables/#{table_id}"
end