Class: Awis::Models::Site
- Inherits:
-
BaseEntity
- Object
- BaseEntity
- Awis::Models::Site
- Defined in:
- lib/awis/models/sites_linking_in.rb
Instance Attribute Summary collapse
-
#title ⇒ Object
Returns the value of attribute title.
-
#url ⇒ Object
Returns the value of attribute url.
Method Summary
Methods inherited from BaseEntity
Methods included from Utils::Variable
Constructor Details
This class inherits a constructor from Awis::Models::BaseEntity
Instance Attribute Details
#title ⇒ Object
Returns the value of attribute title.
37 38 39 |
# File 'lib/awis/models/sites_linking_in.rb', line 37 def title @title end |
#url ⇒ Object
Returns the value of attribute url.
37 38 39 |
# File 'lib/awis/models/sites_linking_in.rb', line 37 def url @url end |