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