Class: LiffAdvertisingId

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

ADVERTISINGID =
1
TRACKING =
2
FIELDS =
{
  ADVERTISINGID => {:type => ::Thrift::Types::STRING, :name => 'advertisingId', :optional => true},
  TRACKING => {:type => ::Thrift::Types::BOOL, :name => 'tracking', :optional => true}
}

Instance Method Summary collapse

Instance Method Details

#struct_fieldsObject



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

def struct_fields; FIELDS; end

#validateObject



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

def validate
end