Class: Mooset::Models::Group

Inherits:
Mooset::Model show all
Defined in:
lib/mooset/models/group.rb

Instance Attribute Summary

Attributes inherited from Mooset::Model

#endpoint

Instance Method Summary collapse

Methods inherited from Mooset::Model

finders, #finders, #initialize, #to_json

Constructor Details

This class inherits a constructor from Mooset::Model

Instance Method Details

#to_sObject



8
9
10
# File 'lib/mooset/models/group.rb', line 8

def to_s
  "#{super}::[#{self.name}](#{self.id})"
end