Class: Rebrandly::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 Rebrandly::Element
Instance Attribute Details
#clicks ⇒ Object
Returns the value of attribute clicks.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def clicks @clicks end |
#created_at ⇒ Object
Returns the value of attribute created_at.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def created_at @created_at end |
#destination ⇒ Object
Returns the value of attribute destination.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def destination @destination end |
#domain_id ⇒ Object
Returns the value of attribute domain_id.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def domain_id @domain_id end |
#domain_name ⇒ Object
Returns the value of attribute domain_name.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def domain_name @domain_name end |
#favourite ⇒ Object Also known as: favorite
Returns the value of attribute favourite.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def favourite @favourite end |
#forward_parameters ⇒ Object
Returns the value of attribute forward_parameters.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def forward_parameters @forward_parameters end |
#https ⇒ Object
Returns the value of attribute https.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def https @https end |
#id ⇒ Object
Returns the value of attribute id.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def id @id end |
#is_public ⇒ Object
Returns the value of attribute is_public.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def is_public @is_public end |
#last_click_at ⇒ Object
Returns the value of attribute last_click_at.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def last_click_at @last_click_at end |
#last_click_date ⇒ Object
Returns the value of attribute last_click_date.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def last_click_date @last_click_date end |
#link_id ⇒ Object
Returns the value of attribute link_id.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def link_id @link_id end |
#scripts ⇒ Object
Returns the value of attribute scripts.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def scripts @scripts end |
#short_url ⇒ Object
Returns the value of attribute short_url.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def short_url @short_url end |
#slashtag ⇒ Object
Returns the value of attribute slashtag.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def slashtag @slashtag end |
#status ⇒ Object
Returns the value of attribute status.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def status @status end |
#tags ⇒ Object
Returns the value of attribute tags.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def @tags end |
#title ⇒ Object
Returns the value of attribute title.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def title @title end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
3 4 5 |
# File 'lib/rebrandly/link.rb', line 3 def updated_at @updated_at end |