Class: Pennyworth::Configuration::Model
- Inherits:
-
Struct
- Object
- Struct
- Pennyworth::Configuration::Model
- Defined in:
- lib/pennyworth/configuration/model.rb
Overview
Defines configuration content as the primary source of truth for use throughout the gem.
Instance Attribute Summary collapse
-
#alfred_preferences ⇒ Object
Returns the value of attribute alfred_preferences.
-
#git_hub_api_url ⇒ Object
Returns the value of attribute git_hub_api_url.
-
#git_hub_organization ⇒ Object
Returns the value of attribute git_hub_organization.
-
#git_hub_user ⇒ Object
Returns the value of attribute git_hub_user.
-
#htmx_examples_uri ⇒ Object
Returns the value of attribute htmx_examples_uri.
-
#htmx_extensions_uri ⇒ Object
Returns the value of attribute htmx_extensions_uri.
-
#htmx_references_uri ⇒ Object
Returns the value of attribute htmx_references_uri.
-
#htmx_site_uri ⇒ Object
Returns the value of attribute htmx_site_uri.
-
#http_statuses_url ⇒ Object
Returns the value of attribute http_statuses_url.
-
#inflections ⇒ Object
Returns the value of attribute inflections.
-
#ruby_gems_api_url ⇒ Object
Returns the value of attribute ruby_gems_api_url.
-
#ruby_gems_owner ⇒ Object
Returns the value of attribute ruby_gems_owner.
-
#standard_gems_api_url ⇒ Object
Returns the value of attribute standard_gems_api_url.
Instance Attribute Details
#alfred_preferences ⇒ Object
Returns the value of attribute alfred_preferences
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def alfred_preferences @alfred_preferences end |
#git_hub_api_url ⇒ Object
Returns the value of attribute git_hub_api_url
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def git_hub_api_url @git_hub_api_url end |
#git_hub_organization ⇒ Object
Returns the value of attribute git_hub_organization
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def git_hub_organization @git_hub_organization end |
#git_hub_user ⇒ Object
Returns the value of attribute git_hub_user
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def git_hub_user @git_hub_user end |
#htmx_examples_uri ⇒ Object
Returns the value of attribute htmx_examples_uri
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def htmx_examples_uri @htmx_examples_uri end |
#htmx_extensions_uri ⇒ Object
Returns the value of attribute htmx_extensions_uri
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def htmx_extensions_uri @htmx_extensions_uri end |
#htmx_references_uri ⇒ Object
Returns the value of attribute htmx_references_uri
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def htmx_references_uri @htmx_references_uri end |
#htmx_site_uri ⇒ Object
Returns the value of attribute htmx_site_uri
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def htmx_site_uri @htmx_site_uri end |
#http_statuses_url ⇒ Object
Returns the value of attribute http_statuses_url
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def http_statuses_url @http_statuses_url end |
#inflections ⇒ Object
Returns the value of attribute inflections
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def inflections @inflections end |
#ruby_gems_api_url ⇒ Object
Returns the value of attribute ruby_gems_api_url
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def ruby_gems_api_url @ruby_gems_api_url end |
#ruby_gems_owner ⇒ Object
Returns the value of attribute ruby_gems_owner
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def ruby_gems_owner @ruby_gems_owner end |
#standard_gems_api_url ⇒ Object
Returns the value of attribute standard_gems_api_url
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def standard_gems_api_url @standard_gems_api_url end |