Class: AuthService::SetClovaCredential_args
- Inherits:
-
Object
- Object
- AuthService::SetClovaCredential_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 => ::AuthLoginRequest} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
884 |
# File 'lib/linerb/gen-rb/auth_service.rb', line 884 def struct_fields; FIELDS; end |
#validate ⇒ Object
886 887 |
# File 'lib/linerb/gen-rb/auth_service.rb', line 886 def validate end |