Class: Relinkly::Domain

Inherits:
Element show all
Defined in:
lib/relinkly/domain.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

#activeObject

Returns the value of attribute active.



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

def active
  @active
end

#created_atObject

Returns the value of attribute created_at.



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

def created_at
  @created_at
end

#custom_homepageObject

Returns the value of attribute custom_homepage.



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

def custom_homepage
  @custom_homepage
end

#full_nameObject

Returns the value of attribute full_name.



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

def full_name
  @full_name
end

#httpsObject

Returns the value of attribute https.



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

def https
  @https
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#levelObject

Returns the value of attribute level.



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

def level
  @level
end

#managedObject

Returns the value of attribute managed.



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

def managed
  @managed
end

#owner_idObject

Returns the value of attribute owner_id.



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

def owner_id
  @owner_id
end

#refObject

Returns the value of attribute ref.



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

def ref
  @ref
end

#statusObject

Returns the value of attribute status.



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

def status
  @status
end

#subdomainsObject

Returns the value of attribute subdomains.



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

def subdomains
  @subdomains
end

#top_level_domainObject

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

#typeObject

Returns the value of attribute type.



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

def type
  @type
end

#updated_atObject

Returns the value of attribute updated_at.



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

def updated_at
  @updated_at
end