Class: Blur::Blur::FetchRow_args

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

Constant Summary collapse

TABLE =
1
SELECTOR =
2
FIELDS =
{
  TABLE => {:type => ::Thrift::Types::STRING, :name => 'table'},
  SELECTOR => {:type => ::Thrift::Types::STRUCT, :name => 'selector', :class => ::Blur::Selector}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end