Class: IABConsentString::Consent::Range::RangeEntry
- Inherits:
-
Object
- Object
- IABConsentString::Consent::Range::RangeEntry
- Defined in:
- lib/iab_consent_string/consent/range/range_entry.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#appendTo(buffer, currentOffset) ⇒ Integer
Append this range entry to the bit buffer.
-
#valid(maxVendorId) ⇒ Boolean
Check if range entry is valid for the specified max vendor id.
Instance Method Details
#appendTo(buffer, currentOffset) ⇒ Integer
Append this range entry to the bit buffer
9 10 11 |
# File 'lib/iab_consent_string/consent/range/range_entry.rb', line 9 def appendTo(buffer, currentOffset) raise NotImplementedError end |
#valid(maxVendorId) ⇒ Boolean
Check if range entry is valid for the specified max vendor id
16 17 18 |
# File 'lib/iab_consent_string/consent/range/range_entry.rb', line 16 def valid(maxVendorId) raise NotImplementedError end |