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