Class: Passport::Thrift::RemoteLoginService::Login_args
- Inherits:
-
Object
- Object
- Passport::Thrift::RemoteLoginService::Login_args
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/remote_login_service.rb
Constant Summary collapse
- INFO =
1- LOGINHELPINFO =
2- FIELDS =
{ INFO => {:type => ::Thrift::Types::STRUCT, :name => 'info', :class => ::Passport::Thrift::LoginInfo}, LOGINHELPINFO => {:type => ::Thrift::Types::STRUCT, :name => 'loginHelpInfo', :class => ::Passport::Thrift::LoginHelpInfo} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
141 |
# File 'lib/remote_login_service.rb', line 141 def struct_fields; FIELDS; end |
#validate ⇒ Object
143 144 |
# File 'lib/remote_login_service.rb', line 143 def validate end |