Class: SqlStmt::Table
- Inherits:
-
Struct
- Object
- Struct
- SqlStmt::Table
- Defined in:
- lib/sqlstmt/sqlstmt.rb
Instance Attribute Summary collapse
-
#alias ⇒ Object
Returns the value of attribute alias.
-
#index ⇒ Object
Returns the value of attribute index.
-
#name ⇒ Object
Returns the value of attribute name.
-
#str ⇒ Object
Returns the value of attribute str.
Instance Attribute Details
#alias ⇒ Object
Returns the value of attribute alias
6 7 8 |
# File 'lib/sqlstmt/sqlstmt.rb', line 6 def alias @alias end |
#index ⇒ Object
Returns the value of attribute index
6 7 8 |
# File 'lib/sqlstmt/sqlstmt.rb', line 6 def index @index end |
#name ⇒ Object
Returns the value of attribute name
6 7 8 |
# File 'lib/sqlstmt/sqlstmt.rb', line 6 def name @name end |
#str ⇒ Object
Returns the value of attribute str
6 7 8 |
# File 'lib/sqlstmt/sqlstmt.rb', line 6 def str @str end |