Class: PrimaryAccountInitService::GetUserProfile_args
- Inherits:
-
Object
- Object
- PrimaryAccountInitService::GetUserProfile_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/primary_account_init_service.rb
Constant Summary collapse
- AUTHSESSIONID =
1
- ACCOUNTIDENTIFIER =
2
- FIELDS =
{ AUTHSESSIONID => {:type => ::Thrift::Types::STRING, :name => 'authSessionId'}, ACCOUNTIDENTIFIER => {:type => ::Thrift::Types::STRUCT, :name => 'accountIdentifier', :class => ::AccountIdentifier} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
726 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 726 def struct_fields; FIELDS; end |
#validate ⇒ Object
728 729 |
# File 'lib/linerb/gen-rb/primary_account_init_service.rb', line 728 def validate end |