Class: Rebrandly::Domain

Inherits:
Element show all
Defined in:
lib/rebrandly/domain.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Element

#initialize, #to_h

Constructor Details

This class inherits a constructor from Rebrandly::Element

Instance Attribute Details

#activeObject

Returns the value of attribute active.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def active
  @active
end

#created_atObject

Returns the value of attribute created_at.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def created_at
  @created_at
end

#custom_homepageObject

Returns the value of attribute custom_homepage.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def custom_homepage
  @custom_homepage
end

#full_nameObject

Returns the value of attribute full_name.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def full_name
  @full_name
end

#httpsObject

Returns the value of attribute https.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def https
  @https
end

#idObject

Returns the value of attribute id.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def id
  @id
end

#levelObject

Returns the value of attribute level.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def level
  @level
end

#managedObject

Returns the value of attribute managed.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def managed
  @managed
end

#owner_idObject

Returns the value of attribute owner_id.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def owner_id
  @owner_id
end

#refObject

Returns the value of attribute ref.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def ref
  @ref
end

#statusObject

Returns the value of attribute status.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def status
  @status
end

#subdomainsObject

Returns the value of attribute subdomains.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def subdomains
  @subdomains
end

#top_level_domainObject

Returns the value of attribute top_level_domain.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def top_level_domain
  @top_level_domain
end

#typeObject

Returns the value of attribute type.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def type
  @type
end

#updated_atObject

Returns the value of attribute updated_at.



3
4
5
# File 'lib/rebrandly/domain.rb', line 3

def updated_at
  @updated_at
end