Class: Milestoner::Configuration::Model

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#avatar_uriObject

Returns the value of attribute avatar_uri

Returns:

  • (Object)

    the current value of avatar_uri



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def avatar_uri
  @avatar_uri
end

#build_basenameObject

Returns the value of attribute build_basename

Returns:

  • (Object)

    the current value of build_basename



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def build_basename
  @build_basename
end

#build_formatObject

Returns the value of attribute build_format

Returns:

  • (Object)

    the current value of build_format



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def build_format
  @build_format
end

#build_indexObject

Returns the value of attribute build_index

Returns:

  • (Object)

    the current value of build_index



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def build_index
  @build_index
end

#build_layoutObject

Returns the value of attribute build_layout

Returns:

  • (Object)

    the current value of build_layout



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def build_layout
  @build_layout
end

#build_manifestObject

Returns the value of attribute build_manifest

Returns:

  • (Object)

    the current value of build_manifest



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def build_manifest
  @build_manifest
end

#build_maxObject

Returns the value of attribute build_max

Returns:

  • (Object)

    the current value of build_max



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def build_max
  @build_max
end

#build_outputObject

Returns the value of attribute build_output

Returns:

  • (Object)

    the current value of build_output



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def build_output
  @build_output
end

#build_stylesheetObject

Returns the value of attribute build_stylesheet

Returns:

  • (Object)

    the current value of build_stylesheet



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def build_stylesheet
  @build_stylesheet
end

#build_tailObject

Returns the value of attribute build_tail

Returns:

  • (Object)

    the current value of build_tail



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def build_tail
  @build_tail
end

#build_template_pathsObject

Returns the value of attribute build_template_paths

Returns:

  • (Object)

    the current value of build_template_paths



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def build_template_paths
  @build_template_paths
end

#commit_categoriesObject

Returns the value of attribute commit_categories

Returns:

  • (Object)

    the current value of commit_categories



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def commit_categories
  @commit_categories
end

#commit_formatObject

Returns the value of attribute commit_format

Returns:

  • (Object)

    the current value of commit_format



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def commit_format
  @commit_format
end

#commit_uriObject

Returns the value of attribute commit_uri

Returns:

  • (Object)

    the current value of commit_uri



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def commit_uri
  @commit_uri
end

#generator_labelObject

Returns the value of attribute generator_label

Returns:

  • (Object)

    the current value of generator_label



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def generator_label
  @generator_label
end

#generator_uriObject

Returns the value of attribute generator_uri

Returns:

  • (Object)

    the current value of generator_uri



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def generator_uri
  @generator_uri
end

#generator_versionObject

Returns the value of attribute generator_version

Returns:

  • (Object)

    the current value of generator_version



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def generator_version
  @generator_version
end

#loaded_atObject

Returns the value of attribute loaded_at

Returns:

  • (Object)

    the current value of loaded_at



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def loaded_at
  @loaded_at
end

#organization_labelObject

Returns the value of attribute organization_label

Returns:

  • (Object)

    the current value of organization_label



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def organization_label
  @organization_label
end

#organization_uriObject

Returns the value of attribute organization_uri

Returns:

  • (Object)

    the current value of organization_uri



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def organization_uri
  @organization_uri
end

#profile_uriObject

Returns the value of attribute profile_uri

Returns:

  • (Object)

    the current value of profile_uri



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def profile_uri
  @profile_uri
end

#project_authorObject

Returns the value of attribute project_author

Returns:

  • (Object)

    the current value of project_author



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def project_author
  @project_author
end

#project_descriptionObject

Returns the value of attribute project_description

Returns:

  • (Object)

    the current value of project_description



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def project_description
  @project_description
end

#project_labelObject

Returns the value of attribute project_label

Returns:

  • (Object)

    the current value of project_label



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def project_label
  @project_label
end

#project_nameObject

Returns the value of attribute project_name

Returns:

  • (Object)

    the current value of project_name



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def project_name
  @project_name
end

#project_ownerObject

Returns the value of attribute project_owner

Returns:

  • (Object)

    the current value of project_owner



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def project_owner
  @project_owner
end

#project_uri_homeObject

Returns the value of attribute project_uri_home

Returns:

  • (Object)

    the current value of project_uri_home



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def project_uri_home
  @project_uri_home
end

#project_uri_iconObject

Returns the value of attribute project_uri_icon

Returns:

  • (Object)

    the current value of project_uri_icon



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def project_uri_icon
  @project_uri_icon
end

#project_uri_logoObject

Returns the value of attribute project_uri_logo

Returns:

  • (Object)

    the current value of project_uri_logo



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def 
  
end

#project_uri_versionObject

Returns the value of attribute project_uri_version

Returns:

  • (Object)

    the current value of project_uri_version



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def project_uri_version
  @project_uri_version
end

#project_versionObject

Returns the value of attribute project_version

Returns:

  • (Object)

    the current value of project_version



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def project_version
  @project_version
end

#review_uriObject

Returns the value of attribute review_uri

Returns:

  • (Object)

    the current value of review_uri



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def review_uri
  @review_uri
end

#stylesheet_pathObject

Returns the value of attribute stylesheet_path

Returns:

  • (Object)

    the current value of stylesheet_path



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def stylesheet_path
  @stylesheet_path
end

#stylesheet_uriObject

Returns the value of attribute stylesheet_uri

Returns:

  • (Object)

    the current value of stylesheet_uri



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def stylesheet_uri
  @stylesheet_uri
end

#syndication_categoriesObject

Returns the value of attribute syndication_categories

Returns:

  • (Object)

    the current value of syndication_categories



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def syndication_categories
  @syndication_categories
end

#syndication_entry_labelObject

Returns the value of attribute syndication_entry_label

Returns:

  • (Object)

    the current value of syndication_entry_label



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def 
  
end

#syndication_entry_uriObject

Returns the value of attribute syndication_entry_uri

Returns:

  • (Object)

    the current value of syndication_entry_uri



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def syndication_entry_uri
  @syndication_entry_uri
end

#syndication_idObject

Returns the value of attribute syndication_id

Returns:

  • (Object)

    the current value of syndication_id



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def syndication_id
  @syndication_id
end

#syndication_labelObject

Returns the value of attribute syndication_label

Returns:

  • (Object)

    the current value of syndication_label



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def syndication_label
  @syndication_label
end

Returns the value of attribute syndication_links

Returns:

  • (Object)

    the current value of syndication_links



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def syndication_links
  @syndication_links
end

#tag_subjectObject

Returns the value of attribute tag_subject

Returns:

  • (Object)

    the current value of tag_subject



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def tag_subject
  @tag_subject
end

#tracker_uriObject

Returns the value of attribute tracker_uri

Returns:

  • (Object)

    the current value of tracker_uri



6
7
8
# File 'lib/milestoner/configuration/model.rb', line 6

def tracker_uri
  @tracker_uri
end