class LabClient::Tag
Inspect Helper
Public Instance Methods
commit()
click to toggle source
# File lib/labclient/tags/tag.rb, line 12 def commit Commit.new(@table[:commit], response, client) end
inspect()
click to toggle source
# File lib/labclient/tags/tag.rb, line 8 def inspect "#<Tag name: #{name}>" end