Class: Resume::ResumeConfig
- Inherits:
-
Object
- Object
- Resume::ResumeConfig
- Defined in:
- lib/resume.rb
Overview
Configuration for generating a resume
Instance Attribute Summary collapse
-
#achievement_tags ⇒ Object
List of tags to include.
-
#alt_tag ⇒ Object
Alternate achievement tag to make sure gets included if the primary tag isn’t used.
-
#core_name ⇒ Object
Returns the value of attribute core_name.
-
#include_untagged_achievements ⇒ Object
If false, untagged achievements are ignore.
-
#max_achievements ⇒ Object
Maximum number of achievements per position.
-
#min_achievements ⇒ Object
Minimum number of achievements per position.
-
#primary_tag ⇒ Object
Primary achievement tag to make sure gets included.
Instance Attribute Details
#achievement_tags ⇒ Object
List of tags to include
389 390 391 |
# File 'lib/resume.rb', line 389 def @achievement_tags end |
#alt_tag ⇒ Object
Alternate achievement tag to make sure gets included if the primary tag isn’t used
387 388 389 |
# File 'lib/resume.rb', line 387 def alt_tag @alt_tag end |
#core_name ⇒ Object
Returns the value of attribute core_name.
396 397 398 |
# File 'lib/resume.rb', line 396 def core_name @core_name end |
#include_untagged_achievements ⇒ Object
If false, untagged achievements are ignore
395 396 397 |
# File 'lib/resume.rb', line 395 def include_untagged_achievements @include_untagged_achievements end |
#max_achievements ⇒ Object
Maximum number of achievements per position
393 394 395 |
# File 'lib/resume.rb', line 393 def max_achievements @max_achievements end |
#min_achievements ⇒ Object
Minimum number of achievements per position
391 392 393 |
# File 'lib/resume.rb', line 391 def min_achievements @min_achievements end |
#primary_tag ⇒ Object
Primary achievement tag to make sure gets included
385 386 387 |
# File 'lib/resume.rb', line 385 def primary_tag @primary_tag end |