Exception: Stellar::Horizon::AccountRequiresMemoError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/stellar/horizon/client.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(message, account_id, operation_index) ⇒ AccountRequiresMemoError

Returns a new instance of AccountRequiresMemoError.



9
10
11
12
13
# File 'lib/stellar/horizon/client.rb', line 9

def initialize(message, , operation_index)
  super(message)
  @account_id = 
  @operation_index = operation_index
end

Instance Attribute Details

#account_idObject (readonly)

Returns the value of attribute account_id.



7
8
9
# File 'lib/stellar/horizon/client.rb', line 7

def 
  @account_id
end

#operation_indexObject (readonly)

Returns the value of attribute operation_index.



7
8
9
# File 'lib/stellar/horizon/client.rb', line 7

def operation_index
  @operation_index
end