class Libis::Services::Rosetta::DepositActivityList
Public Instance Methods
to_hash()
click to toggle source
# File lib/libis/services/rosetta/deposit_activity.rb, line 37 def to_hash { total_records: total_records, records: records.map {|record| record.to_hash} } end