module Dynamodb::Api::Config
Public Instance Methods
build_table_name(value)
click to toggle source
@param value [String] the table name @return [String] the table name
# File lib/dynamodb/api/config.rb, line 21 def build_table_name(value) return value unless table_name_prefix? "#{table_name_prefix}#{value}" end