Refresh

This website preview.rubydoc.info/gems/stellar_base-rails/4.2.0/StellarBase/DepositRequestRepresenter is currently offline. Cloudflare\'s Always Online™ shows a snapshot of this web page from the Internet Archive\'s Wayback Machine. To check for the live version, click Refresh.

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