Class: Pennyworth::CLI::Configuration::Content

Inherits:
Struct
  • Object
show all
Defined in:
lib/pennyworth/cli/configuration/content.rb

Overview

Defines configuration content as the primary source of truth for use throughout the gem.

Instance Attribute Summary collapse

Instance Attribute Details

#action_configObject

Returns the value of attribute action_config

Returns:

  • (Object)

    the current value of action_config



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

def action_config
  @action_config
end

#action_encodingsObject

Returns the value of attribute action_encodings

Returns:

  • (Object)

    the current value of action_encodings



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

def action_encodings
  @action_encodings
end

#action_git_hubObject

Returns the value of attribute action_git_hub

Returns:

  • (Object)

    the current value of action_git_hub



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

def action_git_hub
  @action_git_hub
end

#action_helpObject

Returns the value of attribute action_help

Returns:

  • (Object)

    the current value of action_help



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

def action_help
  @action_help
end

#action_http_statusesObject

Returns the value of attribute action_http_statuses

Returns:

  • (Object)

    the current value of action_http_statuses



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

def action_http_statuses
  @action_http_statuses
end

#action_ruby_gemsObject

Returns the value of attribute action_ruby_gems

Returns:

  • (Object)

    the current value of action_ruby_gems



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

def action_ruby_gems
  @action_ruby_gems
end

#action_system_errorsObject

Returns the value of attribute action_system_errors

Returns:

  • (Object)

    the current value of action_system_errors



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

def action_system_errors
  @action_system_errors
end

#action_system_signalsObject

Returns the value of attribute action_system_signals

Returns:

  • (Object)

    the current value of action_system_signals



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

def action_system_signals
  @action_system_signals
end

#action_textObject

Returns the value of attribute action_text

Returns:

  • (Object)

    the current value of action_text



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

def action_text
  @action_text
end

#action_versionObject

Returns the value of attribute action_version

Returns:

  • (Object)

    the current value of action_version



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

def action_version
  @action_version
end

#alfred_preferencesObject

Returns the value of attribute alfred_preferences

Returns:

  • (Object)

    the current value of alfred_preferences



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

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



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

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



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

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



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

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



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

def http_statuses_url
  @http_statuses_url
end

#inflectionsObject

Returns the value of attribute inflections

Returns:

  • (Object)

    the current value of inflections



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

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



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

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



7
8
9
# File 'lib/pennyworth/cli/configuration/content.rb', line 7

def ruby_gems_owner
  @ruby_gems_owner
end