Class: YbDDLParser::AST::TabletSplit
- Inherits:
-
Data
- Object
- Data
- YbDDLParser::AST::TabletSplit
- Defined in:
- lib/yb_ddl_parser/ast.rb
Instance Attribute Summary collapse
-
#num_tablets ⇒ Object
readonly
Returns the value of attribute num_tablets.
-
#points ⇒ Object
readonly
Returns the value of attribute points.
-
#type ⇒ Object
readonly
Returns the value of attribute type.
Instance Attribute Details
#num_tablets ⇒ Object (readonly)
Returns the value of attribute num_tablets
23 24 25 |
# File 'lib/yb_ddl_parser/ast.rb', line 23 def num_tablets @num_tablets end |
#points ⇒ Object (readonly)
Returns the value of attribute points
23 24 25 |
# File 'lib/yb_ddl_parser/ast.rb', line 23 def points @points end |
#type ⇒ Object (readonly)
Returns the value of attribute type
23 24 25 |
# File 'lib/yb_ddl_parser/ast.rb', line 23 def type @type end |