Class: Milestoner::Configuration::Model
- Inherits:
-
Struct
- Object
- Struct
- Milestoner::Configuration::Model
- Defined in:
- lib/milestoner/configuration/model.rb
Overview
Defines configuration content as the primary source of truth for use throughout the gem.
Instance Attribute Summary collapse
-
#avatar_uri ⇒ Object
Returns the value of attribute avatar_uri.
-
#build_basename ⇒ Object
Returns the value of attribute build_basename.
-
#build_format ⇒ Object
Returns the value of attribute build_format.
-
#build_index ⇒ Object
Returns the value of attribute build_index.
-
#build_layout ⇒ Object
Returns the value of attribute build_layout.
-
#build_manifest ⇒ Object
Returns the value of attribute build_manifest.
-
#build_max ⇒ Object
Returns the value of attribute build_max.
-
#build_output ⇒ Object
Returns the value of attribute build_output.
-
#build_stylesheet ⇒ Object
Returns the value of attribute build_stylesheet.
-
#build_tail ⇒ Object
Returns the value of attribute build_tail.
-
#build_template_paths ⇒ Object
Returns the value of attribute build_template_paths.
-
#commit_categories ⇒ Object
Returns the value of attribute commit_categories.
-
#commit_format ⇒ Object
Returns the value of attribute commit_format.
-
#commit_uri ⇒ Object
Returns the value of attribute commit_uri.
-
#generator_label ⇒ Object
Returns the value of attribute generator_label.
-
#generator_uri ⇒ Object
Returns the value of attribute generator_uri.
-
#generator_version ⇒ Object
Returns the value of attribute generator_version.
-
#loaded_at ⇒ Object
Returns the value of attribute loaded_at.
-
#organization_label ⇒ Object
Returns the value of attribute organization_label.
-
#organization_uri ⇒ Object
Returns the value of attribute organization_uri.
-
#profile_uri ⇒ Object
Returns the value of attribute profile_uri.
-
#project_author ⇒ Object
Returns the value of attribute project_author.
-
#project_description ⇒ Object
Returns the value of attribute project_description.
-
#project_label ⇒ Object
Returns the value of attribute project_label.
-
#project_name ⇒ Object
Returns the value of attribute project_name.
-
#project_owner ⇒ Object
Returns the value of attribute project_owner.
-
#project_uri_home ⇒ Object
Returns the value of attribute project_uri_home.
-
#project_uri_icon ⇒ Object
Returns the value of attribute project_uri_icon.
-
#project_uri_logo ⇒ Object
Returns the value of attribute project_uri_logo.
-
#project_uri_version ⇒ Object
Returns the value of attribute project_uri_version.
-
#project_version ⇒ Object
Returns the value of attribute project_version.
-
#review_uri ⇒ Object
Returns the value of attribute review_uri.
-
#stylesheet_path ⇒ Object
Returns the value of attribute stylesheet_path.
-
#stylesheet_uri ⇒ Object
Returns the value of attribute stylesheet_uri.
-
#syndication_categories ⇒ Object
Returns the value of attribute syndication_categories.
-
#syndication_entry_label ⇒ Object
Returns the value of attribute syndication_entry_label.
-
#syndication_entry_uri ⇒ Object
Returns the value of attribute syndication_entry_uri.
-
#syndication_id ⇒ Object
Returns the value of attribute syndication_id.
-
#syndication_label ⇒ Object
Returns the value of attribute syndication_label.
-
#syndication_links ⇒ Object
Returns the value of attribute syndication_links.
-
#tag_subject ⇒ Object
Returns the value of attribute tag_subject.
-
#tracker_uri ⇒ Object
Returns the value of attribute tracker_uri.
Instance Attribute Details
#avatar_uri ⇒ Object
Returns the value of attribute avatar_uri
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def avatar_uri @avatar_uri end |
#build_basename ⇒ Object
Returns the value of attribute build_basename
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def build_basename @build_basename end |
#build_format ⇒ Object
Returns the value of attribute build_format
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def build_format @build_format end |
#build_index ⇒ Object
Returns the value of attribute build_index
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def build_index @build_index end |
#build_layout ⇒ Object
Returns the value of attribute build_layout
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def build_layout @build_layout end |
#build_manifest ⇒ Object
Returns the value of attribute build_manifest
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def build_manifest @build_manifest end |
#build_max ⇒ Object
Returns the value of attribute build_max
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def build_max @build_max end |
#build_output ⇒ Object
Returns the value of attribute build_output
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def build_output @build_output end |
#build_stylesheet ⇒ Object
Returns the value of attribute build_stylesheet
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def build_stylesheet @build_stylesheet end |
#build_tail ⇒ Object
Returns the value of attribute build_tail
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def build_tail @build_tail end |
#build_template_paths ⇒ Object
Returns the value of attribute build_template_paths
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def build_template_paths @build_template_paths end |
#commit_categories ⇒ Object
Returns the value of attribute commit_categories
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def commit_categories @commit_categories end |
#commit_format ⇒ Object
Returns the value of attribute commit_format
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def commit_format @commit_format end |
#commit_uri ⇒ Object
Returns the value of attribute commit_uri
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def commit_uri @commit_uri end |
#generator_label ⇒ Object
Returns the value of attribute generator_label
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def generator_label @generator_label end |
#generator_uri ⇒ Object
Returns the value of attribute generator_uri
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def generator_uri @generator_uri end |
#generator_version ⇒ Object
Returns the value of attribute generator_version
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def generator_version @generator_version end |
#loaded_at ⇒ Object
Returns the value of attribute loaded_at
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def loaded_at @loaded_at end |
#organization_label ⇒ Object
Returns the value of attribute organization_label
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def organization_label @organization_label end |
#organization_uri ⇒ Object
Returns the value of attribute organization_uri
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def organization_uri @organization_uri end |
#profile_uri ⇒ Object
Returns the value of attribute profile_uri
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def profile_uri @profile_uri end |
#project_author ⇒ Object
Returns the value of attribute project_author
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def end |
#project_description ⇒ Object
Returns the value of attribute project_description
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def project_description @project_description end |
#project_label ⇒ Object
Returns the value of attribute project_label
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def project_label @project_label end |
#project_name ⇒ Object
Returns the value of attribute project_name
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def project_name @project_name end |
#project_owner ⇒ Object
Returns the value of attribute project_owner
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def project_owner @project_owner end |
#project_uri_home ⇒ Object
Returns the value of attribute project_uri_home
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def project_uri_home @project_uri_home end |
#project_uri_icon ⇒ Object
Returns the value of attribute project_uri_icon
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def project_uri_icon @project_uri_icon end |
#project_uri_logo ⇒ Object
Returns the value of attribute project_uri_logo
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def project_uri_logo @project_uri_logo end |
#project_uri_version ⇒ Object
Returns the value of attribute project_uri_version
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def project_uri_version @project_uri_version end |
#project_version ⇒ Object
Returns the value of attribute project_version
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def project_version @project_version end |
#review_uri ⇒ Object
Returns the value of attribute review_uri
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def review_uri @review_uri end |
#stylesheet_path ⇒ Object
Returns the value of attribute stylesheet_path
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def stylesheet_path @stylesheet_path end |
#stylesheet_uri ⇒ Object
Returns the value of attribute stylesheet_uri
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def stylesheet_uri @stylesheet_uri end |
#syndication_categories ⇒ Object
Returns the value of attribute syndication_categories
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def end |
#syndication_entry_label ⇒ Object
Returns the value of attribute syndication_entry_label
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def end |
#syndication_entry_uri ⇒ Object
Returns the value of attribute syndication_entry_uri
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def end |
#syndication_id ⇒ Object
Returns the value of attribute syndication_id
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def end |
#syndication_label ⇒ Object
Returns the value of attribute syndication_label
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def end |
#syndication_links ⇒ Object
Returns the value of attribute syndication_links
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def end |
#tag_subject ⇒ Object
Returns the value of attribute tag_subject
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def tag_subject @tag_subject end |
#tracker_uri ⇒ Object
Returns the value of attribute tracker_uri
6 7 8 |
# File 'lib/milestoner/configuration/model.rb', line 6 def tracker_uri @tracker_uri end |