Exception: ZendeskAppsSupport::Manifest::OverrideError
- Inherits:
-
StandardError
- Object
- StandardError
- ZendeskAppsSupport::Manifest::OverrideError
- Defined in:
- lib/zendesk_apps_support/manifest/no_override_hash.rb
Instance Attribute Summary collapse
-
#attempted ⇒ Object
readonly
Returns the value of attribute attempted.
-
#key ⇒ Object
readonly
Returns the value of attribute key.
-
#message ⇒ Object
Returns the value of attribute message.
-
#original ⇒ Object
readonly
Returns the value of attribute original.
Instance Method Summary collapse
-
#initialize(key, original, attempted) ⇒ OverrideError
constructor
A new instance of OverrideError.
Constructor Details
#initialize(key, original, attempted) ⇒ OverrideError
Returns a new instance of OverrideError.
8 9 10 11 12 |
# File 'lib/zendesk_apps_support/manifest/no_override_hash.rb', line 8 def initialize(key, original, attempted) @key = key @original = original @attempted = attempted end |
Instance Attribute Details
#attempted ⇒ Object (readonly)
Returns the value of attribute attempted.
6 7 8 |
# File 'lib/zendesk_apps_support/manifest/no_override_hash.rb', line 6 def attempted @attempted end |
#key ⇒ Object (readonly)
Returns the value of attribute key.
6 7 8 |
# File 'lib/zendesk_apps_support/manifest/no_override_hash.rb', line 6 def key @key end |
#message ⇒ Object
Returns the value of attribute message.
7 8 9 |
# File 'lib/zendesk_apps_support/manifest/no_override_hash.rb', line 7 def @message end |
#original ⇒ Object (readonly)
Returns the value of attribute original.
6 7 8 |
# File 'lib/zendesk_apps_support/manifest/no_override_hash.rb', line 6 def original @original end |