Class: Blur::Blur::Describe_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::TableDescriptor},
  EX => {:type => ::Thrift::Types::STRUCT, :name => 'ex', :class => ::Blur::BlurException}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end