Class: LiffViewRequest
- Inherits:
-
Object
- Object
- LiffViewRequest
- 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
- LIFFID =
1
- LANG =
3
- CONTEXT =
2
- DEVICESETTING =
4
- FIELDS =
{ LIFFID => {:type => ::Thrift::Types::STRING, :name => 'liffId'}, LANG => {:type => ::Thrift::Types::STRING, :name => 'lang'}, 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
4751 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4751 def struct_fields; FIELDS; end |
#validate ⇒ Object
4753 4754 |
# File 'lib/linerb/gen-rb/takagi_chan_types.rb', line 4753 def validate end |