Class: Blur::FetchRowResult

Inherits:
Object
  • Object
show all
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_fieldsObject



197
# File 'lib/active_blur/thrift/blur_types.rb', line 197

def struct_fields; FIELDS; end

#validateObject



199
200
# File 'lib/active_blur/thrift/blur_types.rb', line 199

def validate
end