Class: WebLoginRequest

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

HOOKEDFULLURL =
1
SESSIONSTRING =
2
FROMIAB =
3
SOURCEAPPLICATION =
4
FIELDS =
{
  HOOKEDFULLURL => {:type => ::Thrift::Types::STRING, :name => 'hookedFullUrl'},
  SESSIONSTRING => {:type => ::Thrift::Types::STRING, :name => 'sessionString'},
  FROMIAB => {:type => ::Thrift::Types::BOOL, :name => 'fromIAB'},
  SOURCEAPPLICATION => {:type => ::Thrift::Types::STRING, :name => 'sourceApplication', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end