Class: SqlStmtLib::SqlTable
- Inherits:
-
Struct
- Object
- Struct
- SqlStmtLib::SqlTable
- Defined in:
- lib/sqlstmt/data.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
4 5 6 |
# File 'lib/sqlstmt/data.rb', line 4 def alias @alias end |
#index ⇒ Object
Returns the value of attribute index
4 5 6 |
# File 'lib/sqlstmt/data.rb', line 4 def index @index end |
#name ⇒ Object
Returns the value of attribute name
4 5 6 |
# File 'lib/sqlstmt/data.rb', line 4 def name @name end |
#str ⇒ Object
Returns the value of attribute str
4 5 6 |
# File 'lib/sqlstmt/data.rb', line 4 def str @str end |