Class: Qrfy::Objects::Qr
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
Constructor Details
This class inherits a constructor from Qrfy::Objects::Base
Instance Method Details
#created_at ⇒ Object
12 13 14 |
# File 'lib/qrfy/objects/qr.rb', line 12 def created_at Time.at(createdAt) end |