Exception: RavencoinRpc::Exceptions::NotFoundModule
- Inherits:
-
StandardError
- Object
- StandardError
- RavencoinRpc::Exceptions::NotFoundModule
- Defined in:
- lib/ravencoin_rpc/exceptions/not_found_module.rb
Overview
This is class for error if method not included to a methods list
Instance Attribute Summary collapse
-
#object ⇒ Object
readonly
Returns the value of attribute object.
Instance Method Summary collapse
-
#initialize(object = {}) ⇒ NotFoundModule
constructor
A new instance of NotFoundModule.
Constructor Details
#initialize(object = {}) ⇒ NotFoundModule
Returns a new instance of NotFoundModule.
10 11 12 |
# File 'lib/ravencoin_rpc/exceptions/not_found_module.rb', line 10 def initialize(object = {}) super(object) end |
Instance Attribute Details
#object ⇒ Object (readonly)
Returns the value of attribute object.
8 9 10 |
# File 'lib/ravencoin_rpc/exceptions/not_found_module.rb', line 8 def object @object end |