Class: LiffWebLoginRequest
- Inherits:
-
Object
- Object
- LiffWebLoginRequest
- 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
- CONTEXT =
3
- DEVICESETTING =
4
- FIELDS =
{ HOOKEDFULLURL => {:type => ::Thrift::Types::STRING, :name => 'hookedFullUrl'}, SESSIONSTRING => {:type => ::Thrift::Types::STRING, :name => 'sessionString'}, CONTEXT => {:type => ::Thrift::Types::STRUCT, :name => 'context', :class => ::LiffContext}, DEVICESETTING => {:type => ::Thrift::Types::STRUCT, :name => 'deviceSetting', :class => ::LiffDeviceSetting, :optional => true} }
Instance Method Summary collapse
Instance Method Details
#struct_fields ⇒ Object
4688 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4688 def struct_fields; FIELDS; end |
#validate ⇒ Object
4690 4691 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4690 def validate end |