Class: Relinkly::Tag
Instance Attribute Summary collapse
-
#color ⇒ Object
Returns the value of attribute color.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
Method Summary
Methods inherited from Element
Constructor Details
This class inherits a constructor from Relinkly::Element
Instance Attribute Details
#color ⇒ Object
Returns the value of attribute color.
5 6 7 |
# File 'lib/relinkly/tag.rb', line 5 def color @color end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/relinkly/tag.rb', line 5 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/relinkly/tag.rb', line 5 def name @name end |