Class: Blur::FetchRecordResult
- Inherits:
-
Object
- Object
- Blur::FetchRecordResult
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/active_blur/thrift/blur_types.rb
Constant Summary collapse
- ROWID =
1
- RECORD =
2
- FIELDS =
{ ROWID => {:type => ::Thrift::Types::STRING, :name => 'rowid'}, RECORD => {:type => ::Thrift::Types::STRUCT, :name => 'record', :class => ::Blur::Record} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
215 |
# File 'lib/active_blur/thrift/blur_types.rb', line 215 def struct_fields; FIELDS; end |
#validate ⇒ Object
217 218 |
# File 'lib/active_blur/thrift/blur_types.rb', line 217 def validate end |