Class: Service::Profile::Thrift::RemoteProfileModifyService::CreateProfile_args

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

Overview

HELPER FUNCTIONS AND STRUCTURES

Constant Summary collapse

UID =
1
REGISTERATIONPROFILE =
2
FIELDS =
{
  UID => {:type => ::Thrift::Types::I64, :name => 'uid'},
  REGISTERATIONPROFILE => {:type => ::Thrift::Types::STRUCT, :name => 'registerationProfile', :class => ::Service::Profile::Thrift::RegisterationProfile}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



322
# File 'lib/remote_profile_modify_service.rb', line 322

def struct_fields; FIELDS; end

#validateObject



324
325
# File 'lib/remote_profile_modify_service.rb', line 324

def validate
end