Class: Stat::Count::Thrift::RemoteSimpleCountCollecter::SetRecord_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/stat-count-client/thrift/remote_simple_count_collecter.rb

Constant Summary collapse

NAME =
1
ID =
2
RECORD =
3
FIELDS =
{
  NAME => {:type => ::Thrift::Types::STRING, :name => 'name'},
  ID => {:type => ::Thrift::Types::STRING, :name => 'id'},
  RECORD => {:type => ::Thrift::Types::STRUCT, :name => 'record', :class => ::Stat::Count::Thrift::Record}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1704
# File 'lib/stat-count-client/thrift/remote_simple_count_collecter.rb', line 1704

def struct_fields; FIELDS; end

#validateObject



1706
1707
# File 'lib/stat-count-client/thrift/remote_simple_count_collecter.rb', line 1706

def validate
end