Class: Mobile::Version::Thrift::RemoteVersionManageService::IsSpecialVersionOfProductExist_args

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

Constant Summary collapse

PRODUCTID =
1
VERSION =
2
FIELDS =
{
  PRODUCTID => {:type => ::Thrift::Types::I32, :name => 'productId'},
  VERSION => {:type => ::Thrift::Types::STRING, :name => 'version'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



340
# File 'lib/remote_version_manage_service.rb', line 340

def struct_fields; FIELDS; end

#validateObject



342
343
# File 'lib/remote_version_manage_service.rb', line 342

def validate
end