Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 364 Bytes

File metadata and controls

20 lines (14 loc) · 364 Bytes

MyDataMyConsent::Life

Properties

Name Type Description Notes
unit String Life unit. Example: days, hours, minutes.
value String Life value in number.

Example

require 'mydatamyconsent'

instance = MyDataMyConsent::Life.new(
  unit: null,
  value: null
)