Class: YbDDLParser::AST::PartitionSpec

Inherits:
Data
  • Object
show all
Defined in:
lib/yb_ddl_parser/ast.rb

Instance Attribute Summary collapse

Instance Attribute Details

#keysObject (readonly)

Returns the value of attribute keys

Returns:

  • (Object)

    the current value of keys



25
26
27
# File 'lib/yb_ddl_parser/ast.rb', line 25

def keys
  @keys
end

#strategyObject (readonly)

Returns the value of attribute strategy

Returns:

  • (Object)

    the current value of strategy



25
26
27
# File 'lib/yb_ddl_parser/ast.rb', line 25

def strategy
  @strategy
end