Libraries
»
megam_api
(1.52.6)
»
Index
»
Megam
»
AccountCollection
»
#to_s
Method: Megam::AccountCollection#to_s
Defined in:
lib/megam/core/account_collection.rb
#
to_s
⇒
Object
89 90 91
# File 'lib/megam/core/account_collection.rb', line 89
def
to_s
@accounts
.
join
(
"
,
"
)
end