Class: Qrfy::Objects::Qr

Inherits:
Base
  • Object
show all
Defined in:
lib/qrfy/objects/qr.rb

Overview

# Qr Qrfy Object

The abstraction on the actual Qr image. Each Qr has it’s id by which it should be referenced. For each Qr you can generate actual image in different image formats (png, webp, etc.).

Instance Method Summary collapse

Methods inherited from Base

#initialize, #to_ostruct

Constructor Details

This class inherits a constructor from Qrfy::Objects::Base

Instance Method Details

#created_atObject



12
13
14
# File 'lib/qrfy/objects/qr.rb', line 12

def created_at
  Time.at(createdAt)
end