Class: Relinkly::Integration
- Defined in:
- lib/relinkly/integration.rb
Instance Attribute Summary collapse
-
#link ⇒ Object
Returns the value of attribute link.
-
#link_id ⇒ Object
Returns the value of attribute link_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
#link ⇒ Object
Returns the value of attribute link.
5 6 7 |
# File 'lib/relinkly/integration.rb', line 5 def link @link end |
#link_id ⇒ Object
Returns the value of attribute link_id.
5 6 7 |
# File 'lib/relinkly/integration.rb', line 5 def link_id @link_id end |
#name ⇒ Object
Returns the value of attribute name.
5 6 7 |
# File 'lib/relinkly/integration.rb', line 5 def name @name end |