Class: Stat::Query::Tag
- Inherits:
-
Object
- Object
- Stat::Query::Tag
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/querymodel_types.rb
Constant Summary collapse
- NAME =
1- POSITION =
2- FIELDS =
{ NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, POSITION => {:type => ::Thrift::Types::I32, :name => 'position'} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
89 |
# File 'lib/querymodel_types.rb', line 89 def struct_fields; FIELDS; end |
#validate ⇒ Object
91 92 |
# File 'lib/querymodel_types.rb', line 91 def validate end |