Class: Mobile::Version::Thrift::RemoteVersionManageService::AddAppHistory_args
- Inherits:
-
Object
- Object
- Mobile::Version::Thrift::RemoteVersionManageService::AddAppHistory_args
- 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_fields ⇒ Object
252 |
# File 'lib/remote_version_manage_service.rb', line 252 def struct_fields; FIELDS; end |
#validate ⇒ Object
254 255 |
# File 'lib/remote_version_manage_service.rb', line 254 def validate end |