Path helper methods for the TablesService API.
Methods
#row_path
def row_path(table:, row:) -> ::StringCreate a fully-qualified Row resource string.
The resource will be in the following format:
tables/{table}/rows/{row}
    Parameters
    
  - table (String)
 - row (String)
 
    Returns
    
  - (::String)
 
    Raises
    
  - (::ArgumentError)
 
#table_path
def table_path(table:) -> ::StringCreate a fully-qualified Table resource string.
The resource will be in the following format:
tables/{table}
    Parameter
    
  - table (String)
 
    Returns
    
  - (::String)
 
#workspace_path
def workspace_path(workspace:) -> ::StringCreate a fully-qualified Workspace resource string.
The resource will be in the following format:
workspaces/{workspace}
    Parameter
    
  - workspace (String)
 
    Returns
    
- (::String)