Class: KCommercial::Resources::Generator::ResourcesStatus
- Inherits:
-
Object
- Object
- KCommercial::Resources::Generator::ResourcesStatus
- Defined in:
- lib/KCommercialPipeline/core/resource/i18n/generator.rb,
lib/KCommercialPipeline/core/resource/code_generator/resources_status.rb
Instance Attribute Summary collapse
-
#has_colors ⇒ Object
(also: #has_colors?)
Returns the value of attribute has_colors.
-
#has_files ⇒ Object
(also: #has_files?)
Returns the value of attribute has_files.
-
#has_fonts ⇒ Object
(also: #has_fonts?)
Returns the value of attribute has_fonts.
-
#has_i18ns ⇒ Object
(also: #has_i18ns?)
Returns the value of attribute has_i18ns.
-
#has_images ⇒ Object
(also: #has_images?)
Returns the value of attribute has_images.
Instance Method Summary collapse
-
#initialize ⇒ ResourcesStatus
constructor
A new instance of ResourcesStatus.
Constructor Details
#initialize ⇒ ResourcesStatus
Returns a new instance of ResourcesStatus.
39 40 41 42 43 44 45 |
# File 'lib/KCommercialPipeline/core/resource/i18n/generator.rb', line 39 def initialize has_images = false has_fonts = false has_files = false has_colors = false has_i18ns = false end |
Instance Attribute Details
#has_colors ⇒ Object Also known as: has_colors?
Returns the value of attribute has_colors.
31 32 33 |
# File 'lib/KCommercialPipeline/core/resource/i18n/generator.rb', line 31 def has_colors @has_colors end |
#has_files ⇒ Object Also known as: has_files?
Returns the value of attribute has_files.
31 32 33 |
# File 'lib/KCommercialPipeline/core/resource/i18n/generator.rb', line 31 def has_files @has_files end |
#has_fonts ⇒ Object Also known as: has_fonts?
Returns the value of attribute has_fonts.
31 32 33 |
# File 'lib/KCommercialPipeline/core/resource/i18n/generator.rb', line 31 def has_fonts @has_fonts end |
#has_i18ns ⇒ Object Also known as: has_i18ns?
Returns the value of attribute has_i18ns.
31 32 33 |
# File 'lib/KCommercialPipeline/core/resource/i18n/generator.rb', line 31 def has_i18ns @has_i18ns end |
#has_images ⇒ Object Also known as: has_images?
Returns the value of attribute has_images.
31 32 33 |
# File 'lib/KCommercialPipeline/core/resource/i18n/generator.rb', line 31 def has_images @has_images end |