Class: ShopUpdates

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb

Constant Summary collapse

SHOPID =
1
LATESTUPDATETIME =
11
FIELDS =
{
  SHOPID => {:type => ::Thrift::Types::STRING, :name => 'shopId'},
  LATESTUPDATETIME => {:type => ::Thrift::Types::I64, :name => 'latestUpdateTime'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



11836
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11836

def struct_fields; FIELDS; end

#validateObject



11838
11839
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 11838

def validate
end