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
- COVER =
3
- FIELDS =
{ NAME => {:type => ::Thrift::Types::STRING, :name => 'name'}, POSITION => {:type => ::Thrift::Types::I32, :name => 'position'}, COVER => {:type => ::Thrift::Types::STRING, :name => 'cover', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
91 |
# File 'lib/querymodel_types.rb', line 91 def struct_fields; FIELDS; end |
#validate ⇒ Object
93 94 |
# File 'lib/querymodel_types.rb', line 93 def validate end |