Class: StellarBase::DepositRequestRepresenter

Inherits:
ApplicationRepresenter show all
Defined in:
app/representers/stellar_base/deposit_request_representer.rb

Instance Method Summary collapse

Instance Method Details

#extra_infoObject



12
13
14
15
16
# File 'app/representers/stellar_base/deposit_request_representer.rb', line 12

def extra_info
  ::JSON.parse(represented.extra_info)
rescue
  {}
end