Class: Label::Code128
- Inherits:
-
Label
- Object
- ActiveRecord::Base
- ApplicationRecord
- Label
- Label::Code128
- Defined in:
- app/models/label/code128.rb
Overview
The label that is to be rendered as a Qr Code
Instance Attribute Summary
Attributes inherited from Label
#is_copy_edited, #is_printed, #label_object_id, #label_object_type, #style, #text, #text_method, #total
Instance Method Summary collapse
Methods inherited from Label
Methods included from Shared::IsData
#errors_excepting, #full_error_messages_excepting, #identical, #is_community?, #is_destroyable?, #is_editable?, #is_in_use?, #is_in_users_projects?, #metamorphosize, #similar
Methods included from Shared::PolymorphicAnnotator
#annotated_object_is_persisted?
Methods included from Shared::Depictions
#has_depictions?, #image_array=, #reject_depictions, #reject_images
Methods included from Shared::Tags
#reject_tags, #tag_with, #tagged?, #tagged_with?
Methods included from Shared::Notes
#concatenated_notes_string, #reject_notes
Methods included from Housekeeping
#has_polymorphic_relationship?
Methods inherited from ApplicationRecord
Instance Method Details
#is_generated? ⇒ Boolean
4 5 6 |
# File 'app/models/label/code128.rb', line 4 def is_generated? true end |