Class: Inforouter::AccessListDomainMembersItem

Inherits:
Record
  • Object
show all
Defined in:
lib/inforouter/access_list_domain_members_item.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Record

#initialize

Constructor Details

This class inherits a constructor from Inforouter::Record

Instance Attribute Details

#descriptionObject

Returns the value of attribute description.



4
5
6
# File 'lib/inforouter/access_list_domain_members_item.rb', line 4

def description
  @description
end

#rightObject

Returns the value of attribute right.



3
4
5
# File 'lib/inforouter/access_list_domain_members_item.rb', line 3

def right
  @right
end

Instance Method Details

#to_hashObject

Convert the object to a useable hash for SOAP requests.



7
8
9
# File 'lib/inforouter/access_list_domain_members_item.rb', line 7

def to_hash
  { 'Right' => right }
end