Class: Kampainer::ContactGroup

Inherits:
ContactGroupDescription show all
Defined in:
lib/kampainer/contact_group.rb

Overview

CreateContactGroups

Instance Attribute Summary collapse

Method Summary

Methods inherited from SchemaObject

#initialize, #inspect

Constructor Details

This class inherits a constructor from Kampainer::SchemaObject

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



16
17
18
# File 'lib/kampainer/contact_group.rb', line 16

def description
  @description
end

#idObject

Returns the value of attribute id.



16
17
18
# File 'lib/kampainer/contact_group.rb', line 16

def id
  @id
end

#nameObject

Returns the value of attribute name.



16
17
18
# File 'lib/kampainer/contact_group.rb', line 16

def name
  @name
end

#typeObject

Returns the value of attribute type.



16
17
18
# File 'lib/kampainer/contact_group.rb', line 16

def type
  @type
end