Class: WebLoginResponse

Inherits:
Object
  • Object
show all
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_fieldsObject



15651
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15651

def struct_fields; FIELDS; end

#validateObject



15653
15654
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 15653

def validate
end