Class: Blur::Blur::RecordFrequency_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
COLUMNFAMILY =
2
COLUMNNAME =
3
VALUE =
4
FIELDS =
{
  TABLE => {:type => ::Thrift::Types::STRING, :name => 'table'},
  COLUMNFAMILY => {:type => ::Thrift::Types::STRING, :name => 'columnFamily'},
  COLUMNNAME => {:type => ::Thrift::Types::STRING, :name => 'columnName'},
  VALUE => {:type => ::Thrift::Types::STRING, :name => 'value'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end