Class: StellarBase::DetermineExtraInfo

Inherits:
Object
  • Object
show all
Defined in:
app/services/stellar_base/determine_extra_info.rb

Class Method Summary collapse

Class Method Details

.call(asset_details) ⇒ Object



4
5
6
7
8
9
10
11
# File 'app/services/stellar_base/determine_extra_info.rb', line 4

def self.call(asset_details)
  info_from =
    GetCallbackFrom.(asset_details[:extra_info_from])

  if info_from
    return info_from.(asset_details)
  end
end