Class: Mobile::Version::Thrift::RemoteVersionManageService::AddAppHistory_args

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

Constant Summary collapse

APP =
1
VERSION =
2
APIVERSION =
3
DOWNLOADURL =
4
FIELDS =
{
  APP => {:type => ::Thrift::Types::STRUCT, :name => 'app', :class => ::Mobile::Version::Thrift::AppDefinition},
  VERSION => {:type => ::Thrift::Types::STRING, :name => 'version'},
  APIVERSION => {:type => ::Thrift::Types::I32, :name => 'apiVersion'},
  DOWNLOADURL => {:type => ::Thrift::Types::STRING, :name => 'downloadUrl'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



276
277
# File 'lib/remote_version_manage_service.rb', line 276

def validate
end