Class: Scheman::Views::Mysql::Qualifier
- Defined in:
- lib/scheman/views/mysql.rb
Instance Method Summary collapse
Methods inherited from Node
Constructor Details
This class inherits a constructor from Scheman::Views::Mysql::Node
Instance Method Details
#to_s ⇒ Object
292 293 294 295 296 |
# File 'lib/scheman/views/mysql.rb', line 292 def to_s str = type str << " #{value}" if has_value? str end |