Class: Libis::Services::Rosetta::DepositActivityList

Inherits:
Object
  • Object
show all
Defined in:
lib/libis/services/rosetta/deposit_activity.rb

Instance Method Summary collapse

Instance Method Details

#to_hashObject



37
38
39
40
41
42
# 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