Class: Awis::Models::Site

Inherits:
BaseEntity show all
Defined in:
lib/awis/models/sites_linking_in.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from BaseEntity

#initialize

Methods included from Utils::Variable

#custom_instance_variables

Constructor Details

This class inherits a constructor from Awis::Models::BaseEntity

Instance Attribute Details

#titleObject

Returns the value of attribute title.



37
38
39
# File 'lib/awis/models/sites_linking_in.rb', line 37

def title
  @title
end

#urlObject

Returns the value of attribute url.



37
38
39
# File 'lib/awis/models/sites_linking_in.rb', line 37

def url
  @url
end