Class: Pennyworth::Configuration::Model

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

Instance Attribute Details

#alfred_preferencesObject

Returns the value of attribute alfred_preferences

Returns:

  • (Object)

    the current value of alfred_preferences



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

def alfred_preferences
  @alfred_preferences
end

#git_hub_api_urlObject

Returns the value of attribute git_hub_api_url

Returns:

  • (Object)

    the current value of 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_organizationObject

Returns the value of attribute git_hub_organization

Returns:

  • (Object)

    the current value of git_hub_organization



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

def git_hub_organization
  @git_hub_organization
end

#git_hub_userObject

Returns the value of attribute git_hub_user

Returns:

  • (Object)

    the current value of git_hub_user



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

def git_hub_user
  @git_hub_user
end

#http_statuses_urlObject

Returns the value of attribute http_statuses_url

Returns:

  • (Object)

    the current value of http_statuses_url



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

def http_statuses_url
  @http_statuses_url
end

#inflectionsObject

Returns the value of attribute inflections

Returns:

  • (Object)

    the current value of inflections



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

def inflections
  @inflections
end

#ruby_gems_api_urlObject

Returns the value of attribute ruby_gems_api_url

Returns:

  • (Object)

    the current value of 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_ownerObject

Returns the value of attribute ruby_gems_owner

Returns:

  • (Object)

    the current value of 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_urlObject

Returns the value of attribute standard_gems_api_url

Returns:

  • (Object)

    the current value of 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