Sha256: 358873b52b65b1a7a574691c39d03a3fbf5c25bac2c39edba6510af3759539e8
Contents?: true
Size: 458 Bytes
Versions: 2
Compression:
Stored size: 458 Bytes
Contents
class Hws::Connectors::Dto::AccountDetail attr_accessor :name, :account_number, :account_ifsc, :upi_id, :note, :created_at, :updated_at def initialize(name: nil, account_number: nil, account_ifsc: nil, upi_id: nil, note: nil, created_at: nil, updated_at: nil) @name = name @account_number = account_number @account_ifsc = account_ifsc @upi_id = upi_id @note = note @created_at = created_at @updated_at = updated_at end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hws-connectors-0.1.1 | lib/hws-connectors/dto/common/account_detail.rb |
hws-connectors-0.1.0 | lib/hws-connectors/dto/common/account_detail.rb |