Class: StellarBase::DepositRequestRepresenter
- Inherits:
-
ApplicationRepresenter
- Object
- Representable::Decorator
- ApplicationRepresenter
- StellarBase::DepositRequestRepresenter
- Defined in:
- app/representers/stellar_base/deposit_request_representer.rb
Instance Method Summary collapse
Instance Method Details
#extra_info ⇒ Object
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 |