Class: Blur::FetchResult

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/active_blur/thrift/blur_types.rb

Constant Summary collapse

EXISTS =
1
DELETED =
2
TABLE =
3
ROWRESULT =
4
RECORDRESULT =
5
FIELDS =
{
  EXISTS => {:type => ::Thrift::Types::BOOL, :name => 'exists'},
  DELETED => {:type => ::Thrift::Types::BOOL, :name => 'deleted'},
  TABLE => {:type => ::Thrift::Types::STRING, :name => 'table'},
  ROWRESULT => {:type => ::Thrift::Types::STRUCT, :name => 'rowResult', :class => ::Blur::FetchRowResult},
  RECORDRESULT => {:type => ::Thrift::Types::STRUCT, :name => 'recordResult', :class => ::Blur::FetchRecordResult}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end