Class: Relinkly::Link
Instance Attribute Summary collapse
-
#clicks ⇒ Object
Returns the value of attribute clicks.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#destination ⇒ Object
Returns the value of attribute destination.
-
#domain_id ⇒ Object
Returns the value of attribute domain_id.
-
#domain_name ⇒ Object
Returns the value of attribute domain_name.
-
#favourite ⇒ Object
(also: #favorite)
Returns the value of attribute favourite.
-
#forward_parameters ⇒ Object
Returns the value of attribute forward_parameters.
-
#https ⇒ Object
Returns the value of attribute https.
-
#id ⇒ Object
Returns the value of attribute id.
-
#is_public ⇒ Object
Returns the value of attribute is_public.
-
#last_click_at ⇒ Object
Returns the value of attribute last_click_at.
-
#last_click_date ⇒ Object
Returns the value of attribute last_click_date.
-
#link_id ⇒ Object
Returns the value of attribute link_id.
-
#scripts ⇒ Object
Returns the value of attribute scripts.
-
#short_url ⇒ Object
Returns the value of attribute short_url.
-
#slashtag ⇒ Object
Returns the value of attribute slashtag.
-
#status ⇒ Object
Returns the value of attribute status.
-
#tags ⇒ Object
Returns the value of attribute tags.
-
#title ⇒ Object
Returns the value of attribute title.
-
#updated_at ⇒ Object
Returns the value of attribute updated_at.
Method Summary
Methods inherited from Element
Constructor Details
This class inherits a constructor from Relinkly::Element
Instance Attribute Details
#clicks ⇒ Object
Returns the value of attribute clicks.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def clicks @clicks end |
#created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def created_at @created_at end |
#destination ⇒ Object
Returns the value of attribute destination.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def destination @destination end |
#domain_id ⇒ Object
Returns the value of attribute domain_id.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def domain_id @domain_id end |
#domain_name ⇒ Object
Returns the value of attribute domain_name.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def domain_name @domain_name end |
#favourite ⇒ Object Also known as: favorite
Returns the value of attribute favourite.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def favourite @favourite end |
#forward_parameters ⇒ Object
Returns the value of attribute forward_parameters.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def forward_parameters @forward_parameters end |
#https ⇒ Object
Returns the value of attribute https.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def https @https end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def id @id end |
#is_public ⇒ Object
Returns the value of attribute is_public.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def is_public @is_public end |
#last_click_at ⇒ Object
Returns the value of attribute last_click_at.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def last_click_at @last_click_at end |
#last_click_date ⇒ Object
Returns the value of attribute last_click_date.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def last_click_date @last_click_date end |
#link_id ⇒ Object
Returns the value of attribute link_id.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def link_id @link_id end |
#scripts ⇒ Object
Returns the value of attribute scripts.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def scripts @scripts end |
#short_url ⇒ Object
Returns the value of attribute short_url.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def short_url @short_url end |
#slashtag ⇒ Object
Returns the value of attribute slashtag.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def slashtag @slashtag end |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def @tags end |
#title ⇒ Object
Returns the value of attribute title.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def title @title end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
5 6 7 |
# File 'lib/relinkly/link.rb', line 5 def updated_at @updated_at end |