Class: Relinkly::Domain
Instance Attribute Summary collapse
-
#active ⇒ Object
Returns the value of attribute active.
-
#created_at ⇒ Object
Returns the value of attribute created_at.
-
#custom_homepage ⇒ Object
Returns the value of attribute custom_homepage.
-
#full_name ⇒ Object
Returns the value of attribute full_name.
-
#https ⇒ Object
Returns the value of attribute https.
-
#id ⇒ Object
Returns the value of attribute id.
-
#level ⇒ Object
Returns the value of attribute level.
-
#managed ⇒ Object
Returns the value of attribute managed.
-
#owner_id ⇒ Object
Returns the value of attribute owner_id.
-
#ref ⇒ Object
Returns the value of attribute ref.
-
#status ⇒ Object
Returns the value of attribute status.
-
#subdomains ⇒ Object
Returns the value of attribute subdomains.
-
#top_level_domain ⇒ Object
Returns the value of attribute top_level_domain.
-
#type ⇒ Object
Returns the value of attribute type.
-
#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
#active ⇒ Object
Returns the value of attribute active.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def active @active end |
#created_at ⇒ Object
Returns the value of attribute created_at.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def created_at @created_at end |
#custom_homepage ⇒ Object
Returns the value of attribute custom_homepage.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def custom_homepage @custom_homepage end |
#full_name ⇒ Object
Returns the value of attribute full_name.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def full_name @full_name end |
#https ⇒ Object
Returns the value of attribute https.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def https @https end |
#id ⇒ Object
Returns the value of attribute id.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def id @id end |
#level ⇒ Object
Returns the value of attribute level.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def level @level end |
#managed ⇒ Object
Returns the value of attribute managed.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def managed @managed end |
#owner_id ⇒ Object
Returns the value of attribute owner_id.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def owner_id @owner_id end |
#ref ⇒ Object
Returns the value of attribute ref.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def ref @ref end |
#status ⇒ Object
Returns the value of attribute status.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def status @status end |
#subdomains ⇒ Object
Returns the value of attribute subdomains.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def subdomains @subdomains end |
#top_level_domain ⇒ Object
Returns the value of attribute top_level_domain.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def top_level_domain @top_level_domain end |
#type ⇒ Object
Returns the value of attribute type.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def type @type end |
#updated_at ⇒ Object
Returns the value of attribute updated_at.
5 6 7 |
# File 'lib/relinkly/domain.rb', line 5 def updated_at @updated_at end |