Class: YbDDLParser::AST::PartitionSpec
- Inherits:
-
Data
- Object
- Data
- YbDDLParser::AST::PartitionSpec
- Defined in:
- lib/yb_ddl_parser/ast.rb
Instance Attribute Summary collapse
-
#keys ⇒ Object
readonly
Returns the value of attribute keys.
-
#strategy ⇒ Object
readonly
Returns the value of attribute strategy.
Instance Attribute Details
#keys ⇒ Object (readonly)
Returns the value of attribute keys
25 26 27 |
# File 'lib/yb_ddl_parser/ast.rb', line 25 def keys @keys end |
#strategy ⇒ Object (readonly)
Returns the value of attribute strategy
25 26 27 |
# File 'lib/yb_ddl_parser/ast.rb', line 25 def strategy @strategy end |