Class: AccountAuthFactorEapConnectService::OpenSession_result
- Inherits:
-
Object
- Object
- AccountAuthFactorEapConnectService::OpenSession_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::STRING, :name => 'success'}, E => {:type => ::Thrift::Types::STRUCT, :name => 'e', :class => ::AuthException} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
225 |
# File 'lib/linerb/gen-rb/account_auth_factor_eap_connect_service.rb', line 225 def struct_fields; FIELDS; end |
#validate ⇒ Object
227 228 |
# File 'lib/linerb/gen-rb/account_auth_factor_eap_connect_service.rb', line 227 def validate end |