Class: Otter::Tag
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Otter::Base
Instance Method Details
#name ⇒ Object
8 9 10 |
# File 'lib/otter/tag.rb', line 8 def name self.data['name'] end |
#url ⇒ Object
4 5 6 |
# File 'lib/otter/tag.rb', line 4 def url self.data['url'] end |