Class: Rebrandly::Integration
- Defined in:
- lib/rebrandly/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 Rebrandly::Element
Instance Attribute Details
#link ⇒ Object
Returns the value of attribute link.
3 4 5 |
# File 'lib/rebrandly/integration.rb', line 3 def link @link end |
#link_id ⇒ Object
Returns the value of attribute link_id.
3 4 5 |
# File 'lib/rebrandly/integration.rb', line 3 def link_id @link_id end |
#name ⇒ Object
Returns the value of attribute name.
3 4 5 |
# File 'lib/rebrandly/integration.rb', line 3 def name @name end |