Class: AuthService::UpdatePassword_args
- Inherits:
-
Object
- Object
- AuthService::UpdatePassword_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/auth_service.rb
Constant Summary collapse
- AUTHSESSIONID =
2
- REQUEST =
3
- FIELDS =
{ AUTHSESSIONID => {:type => ::Thrift::Types::STRING, :name => 'authSessionId'}, REQUEST => {:type => ::Thrift::Types::STRUCT, :name => 'request', :class => ::IdentityCredentialRequest} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
518 |
# File 'lib/linerb/gen-rb/auth_service.rb', line 518 def struct_fields; FIELDS; end |
#validate ⇒ Object
520 521 |
# File 'lib/linerb/gen-rb/auth_service.rb', line 520 def validate end |