Class: WebLoginResponse
- Inherits:
-
Object
- Object
- WebLoginResponse
- Includes:
- Thrift::Struct, Thrift::Struct_Union
- Defined in:
- lib/linerb/gen-rb/takagi_chan_types.rb,
lib/linerb/gen-rb/takagi_chan_types.rb
Constant Summary collapse
- RETURNURL =
1
- OPTIONALRETURNURL =
2
- REDIRECTCONFIRMATIONPAGEURL =
3
- FIELDS =
{ RETURNURL => {:type => ::Thrift::Types::STRING, :name => 'returnUrl'}, OPTIONALRETURNURL => {:type => ::Thrift::Types::STRING, :name => 'optionalReturnUrl', :optional => true}, REDIRECTCONFIRMATIONPAGEURL => {:type => ::Thrift::Types::STRING, :name => 'redirectConfirmationPageUrl', :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
15651 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15651 def struct_fields; FIELDS; end |
#validate ⇒ Object
15653 15654 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15653 def validate end |