Method: Bio::BaseSpace::User#to_s
- Defined in:
- lib/basespace/model/user.rb
#to_s ⇒ Object
Return the ID and name of the user as string.
50 51 52 |
# File 'lib/basespace/model/user.rb', line 50 def to_s return "#{get_attr('Id')}: #{get_attr('Name')}" end |