Class: Blur::Blur::Schema_result

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

Constant Summary collapse

SUCCESS =
0
EX =
1
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::Blur::Schema},
  EX => {:type => ::Thrift::Types::STRUCT, :name => 'ex', :class => ::Blur::BlurException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



888
# File 'lib/active_blur/thrift/blur.rb', line 888

def struct_fields; FIELDS; end

#validateObject



890
891
# File 'lib/active_blur/thrift/blur.rb', line 890

def validate
end