Class: Supersaas::Group

Inherits:
BaseModel show all
Defined in:
lib/supersaas-api-client/models/group.rb

Instance Attribute Summary collapse

Attributes inherited from BaseModel

#attributes, #errors

Method Summary

Methods inherited from BaseModel

#initialize

Constructor Details

This class inherits a constructor from Supersaas::BaseModel

Instance Attribute Details

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/supersaas-api-client/models/group.rb', line 5

def id
  @id
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/supersaas-api-client/models/group.rb', line 5

def name
  @name
end