Class: SQLPP::AST::SortKey

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

Instance Attribute Summary collapse

Instance Attribute Details

#keyObject

Returns the value of attribute key

Returns:

  • (Object)

    the current value of key



27
28
29
# File 'lib/sqlpp/ast.rb', line 27

def key
  @key
end

#optionsObject

Returns the value of attribute options

Returns:

  • (Object)

    the current value of options



27
28
29
# File 'lib/sqlpp/ast.rb', line 27

def options
  @options
end