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_uri ⇒ Object
Returns the value of attribute git_hub_api_uri.
-
#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_uri ⇒ Object
Returns the value of attribute http_statuses_uri.
-
#inflections ⇒ Object
Returns the value of attribute inflections.
-
#rodauth_documentation_uri ⇒ Object
Returns the value of attribute rodauth_documentation_uri.
-
#rodauth_site_uri ⇒ Object
Returns the value of attribute rodauth_site_uri.
-
#ruby_gems_api_uri ⇒ Object
Returns the value of attribute ruby_gems_api_uri.
-
#ruby_gems_owner ⇒ Object
Returns the value of attribute ruby_gems_owner.
-
#standard_gems_api_uri ⇒ Object
Returns the value of attribute standard_gems_api_uri.
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_uri ⇒ Object
Returns the value of attribute git_hub_api_uri
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def git_hub_api_uri @git_hub_api_uri 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_uri ⇒ Object
Returns the value of attribute http_statuses_uri
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def http_statuses_uri @http_statuses_uri end |
#inflections ⇒ Object
Returns the value of attribute inflections
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def inflections @inflections end |
#rodauth_documentation_uri ⇒ Object
Returns the value of attribute rodauth_documentation_uri
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def rodauth_documentation_uri @rodauth_documentation_uri end |
#rodauth_site_uri ⇒ Object
Returns the value of attribute rodauth_site_uri
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def rodauth_site_uri @rodauth_site_uri end |
#ruby_gems_api_uri ⇒ Object
Returns the value of attribute ruby_gems_api_uri
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def ruby_gems_api_uri @ruby_gems_api_uri 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_uri ⇒ Object
Returns the value of attribute standard_gems_api_uri
6 7 8 |
# File 'lib/pennyworth/configuration/model.rb', line 6 def standard_gems_api_uri @standard_gems_api_uri end |