Class: Mobile::Version::Thrift::TransferData

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

Constant Summary collapse

SUCCESS =
1
ERRORMSG =
2
CONTENT =
3
FIELDS =
{
  SUCCESS => {:type => ::Thrift::Types::BOOL, :name => 'success'},
  ERRORMSG => {:type => ::Thrift::Types::STRING, :name => 'errorMsg', :optional => true},
  CONTENT => {:type => ::Thrift::Types::STRING, :name => 'content', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



82
# File 'lib/app_version_types.rb', line 82

def struct_fields; FIELDS; end

#validateObject



84
85
# File 'lib/app_version_types.rb', line 84

def validate
end