Class: Mobile::Version::Thrift::RemoteVersionManageService::CheckForUpgrade_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

APP =
1
VERSION =
2
DEVICEID =
3
FIELDS =
{
  APP => {:type => ::Thrift::Types::STRUCT, :name => 'app', :class => ::Mobile::Version::Thrift::AppDefinition},
  VERSION => {:type => ::Thrift::Types::STRING, :name => 'version'},
  DEVICEID => {:type => ::Thrift::Types::STRING, :name => 'deviceId'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



172
173
# File 'lib/remote_version_manage_service.rb', line 172

def validate
end