Class: LiffViewRequest

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

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_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end