Class: PrimaryAccountInitService::ValidateProfile_args

Inherits:
Object
  • Object
show all
Includes:
Thrift::Struct, Thrift::Struct_Union
Defined in:
lib/linerb/gen-rb/primary_account_init_service.rb

Constant Summary collapse

AUTHSESSIONID =
1
DISPLAYNAME =
2
FIELDS =
{
  AUTHSESSIONID => {:type => ::Thrift::Types::STRING, :name => 'authSessionId'},
  DISPLAYNAME => {:type => ::Thrift::Types::STRING, :name => 'displayName'}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



1081
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 1081

def struct_fields; FIELDS; end

#validateObject



1083
1084
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 1083

def validate
end