Class: LiffDeviceSetting

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

VIDEOAUTOPLAYALLOWED =
1
ADVERTISINGID =
2
FIELDS =
{
  VIDEOAUTOPLAYALLOWED => {:type => ::Thrift::Types::BOOL, :name => 'videoAutoPlayAllowed', :optional => true},
  ADVERTISINGID => {:type => ::Thrift::Types::STRUCT, :name => 'advertisingId', :class => ::LiffAdvertisingId, :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end