Class: Relinkly::Link

Inherits:
Element show all
Defined in:
lib/relinkly/link.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Element

#initialize, #to_h

Constructor Details

This class inherits a constructor from Relinkly::Element

Instance Attribute Details

#clicksObject

Returns the value of attribute clicks.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def clicks
  @clicks
end

#created_atObject

Returns the value of attribute created_at.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def created_at
  @created_at
end

#destinationObject

Returns the value of attribute destination.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def destination
  @destination
end

#domain_idObject

Returns the value of attribute domain_id.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def domain_id
  @domain_id
end

#domain_nameObject

Returns the value of attribute domain_name.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def domain_name
  @domain_name
end

#favouriteObject 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_parametersObject

Returns the value of attribute forward_parameters.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def forward_parameters
  @forward_parameters
end

#httpsObject

Returns the value of attribute https.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def https
  @https
end

#idObject

Returns the value of attribute id.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def id
  @id
end

#is_publicObject

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_atObject

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_dateObject

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

Returns the value of attribute link_id.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def link_id
  @link_id
end

#scriptsObject

Returns the value of attribute scripts.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def scripts
  @scripts
end

#short_urlObject

Returns the value of attribute short_url.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def short_url
  @short_url
end

#slashtagObject

Returns the value of attribute slashtag.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def slashtag
  @slashtag
end

#statusObject

Returns the value of attribute status.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def status
  @status
end

#tagsObject

Returns the value of attribute tags.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def tags
  @tags
end

#titleObject

Returns the value of attribute title.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def title
  @title
end

#updated_atObject

Returns the value of attribute updated_at.



5
6
7
# File 'lib/relinkly/link.rb', line 5

def updated_at
  @updated_at
end