Method: Alien::AlienTag#tag

Defined in:
lib/alien/alientag.rb

#tagObject

(Deprecated) Returns tag id.

This method is for backward compatibility with an earlier version of this API. Use id instead.



46
47
48
# File 'lib/alien/alientag.rb', line 46

def tag
  @id
end