Class: Blur::FetchRowResult
- Inherits:
-
Object
- Object
- Blur::FetchRowResult
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/active_blur/thrift/blur_types.rb
Constant Summary collapse
- ROW =
1
- FIELDS =
{ ROW => {:type => ::Thrift::Types::STRUCT, :name => 'row', :class => ::Blur::Row} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
197 |
# File 'lib/active_blur/thrift/blur_types.rb', line 197 def struct_fields; FIELDS; end |
#validate ⇒ Object
199 200 |
# File 'lib/active_blur/thrift/blur_types.rb', line 199 def validate end |