Exception: RavencoinRpc::Exceptions::NotFoundModule

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

Instance Method Summary collapse

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

#objectObject (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