Class: Lord::Query_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/burgundy-lord-thrift.rb

Constant Summary collapse

ACCOUNT_ID =
1
OPTIONS =
2
FIELDS =
{
  ACCOUNT_ID => {:type => ::Thrift::Types::STRING, :name => 'account_id'},
  OPTIONS => {:type => ::Thrift::Types::MAP, :name => 'options', :key => {:type => ::Thrift::Types::STRING}, :value => {:type => ::Thrift::Types::STRING}}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



105
# File 'lib/burgundy-lord-thrift.rb', line 105

def struct_fields; FIELDS; end

#validateObject



107
108
# File 'lib/burgundy-lord-thrift.rb', line 107

def validate
end