Class: SqlStmt::Table

Inherits:
Struct
  • Object
show all
Defined in:
lib/sqlstmt/sqlstmt.rb

Instance Attribute Summary collapse

Instance Attribute Details

#aliasObject

Returns the value of attribute alias

Returns:

  • (Object)

    the current value of alias



6
7
8
# File 'lib/sqlstmt/sqlstmt.rb', line 6

def alias
  @alias
end

#indexObject

Returns the value of attribute index

Returns:

  • (Object)

    the current value of index



6
7
8
# File 'lib/sqlstmt/sqlstmt.rb', line 6

def index
  @index
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



6
7
8
# File 'lib/sqlstmt/sqlstmt.rb', line 6

def name
  @name
end

#strObject

Returns the value of attribute str

Returns:

  • (Object)

    the current value of str



6
7
8
# File 'lib/sqlstmt/sqlstmt.rb', line 6

def str
  @str
end