class QueryBuilder::CQL::Modifiers::Stype::Clause

The clause for adding to a statement

@api private

Public Instance Methods

to_s() click to toggle source

@private

# File lib/query_builder/cql/modifiers/stype.rb, line 37
def to_s
  "STYPE #{name}"
end