Exception: Gotenberg::Helper::MissingAsset
- Inherits:
-
StandardError
- Object
- StandardError
- Gotenberg::Helper::MissingAsset
- Defined in:
- lib/gotenberg/helper.rb
Overview
rubocop:disable Style/Documentation
Instance Attribute Summary collapse
-
#path ⇒ Object
readonly
Returns the value of attribute path.
Instance Method Summary collapse
-
#initialize(path, message) ⇒ MissingAsset
constructor
A new instance of MissingAsset.
Constructor Details
#initialize(path, message) ⇒ MissingAsset
Returns a new instance of MissingAsset.
33 34 35 36 |
# File 'lib/gotenberg/helper.rb', line 33 def initialize(path, ) @path = path super() end |
Instance Attribute Details
#path ⇒ Object (readonly)
Returns the value of attribute path.
31 32 33 |
# File 'lib/gotenberg/helper.rb', line 31 def path @path end |