Class: AccountAuthFactorEapConnectService::VerifyEapLogin_result
- Inherits:
-
Object
- Object
- AccountAuthFactorEapConnectService::VerifyEapLogin_result
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/account_auth_factor_eap_connect_service.rb
Constant Summary collapse
- SUCCESS =
0
- E =
1
- FIELDS =
{ SUCCESS => {:type => ::Thrift::Types::STRUCT, :name => 'success', :class => ::VerifyEapLoginResponse}, E => {:type => ::Thrift::Types::STRUCT, :name => 'e', :class => ::AccountEapConnectException} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
259 |
# File 'lib/linerb/gen-rb/account_auth_factor_eap_connect_service.rb', line 259 def struct_fields; FIELDS; end |
#validate ⇒ Object
261 262 |
# File 'lib/linerb/gen-rb/account_auth_factor_eap_connect_service.rb', line 261 def validate end |