Class: AbsorbApi::Tag

Inherits:
Base
  • Object
show all
Includes:
Relations
Defined in:
lib/absorb_api/tag.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Base

#initialize

Constructor Details

This class inherits a constructor from AbsorbApi::Base

Instance Attribute Details

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/absorb_api/tag.rb', line 5

def id
  @id
end

#nameObject

Returns the value of attribute name.



5
6
7
# File 'lib/absorb_api/tag.rb', line 5

def name
  @name
end