Class: AccountAuthFactorEapConnectService::DisconnectEapAccount_result
- Inherits:
-
Object
- Object
- AccountAuthFactorEapConnectService::DisconnectEapAccount_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 => ::DisconnectEapAccountResponse}, E => {:type => ::Thrift::Types::STRUCT, :name => 'e', :class => ::AccountEapConnectException} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
191 |
# File 'lib/linerb/gen-rb/account_auth_factor_eap_connect_service.rb', line 191 def struct_fields; FIELDS; end |
#validate ⇒ Object
193 194 |
# File 'lib/linerb/gen-rb/account_auth_factor_eap_connect_service.rb', line 193 def validate end |