Class: Inforouter::AccessListDomainMembersItem
- Defined in:
- lib/inforouter/access_list_domain_members_item.rb
Instance Attribute Summary collapse
-
#description ⇒ Object
Returns the value of attribute description.
-
#right ⇒ Object
Returns the value of attribute right.
Instance Method Summary collapse
-
#to_hash ⇒ Object
Convert the object to a useable hash for SOAP requests.
Methods inherited from Record
Constructor Details
This class inherits a constructor from Inforouter::Record
Instance Attribute Details
#description ⇒ Object
Returns the value of attribute description.
4 5 6 |
# File 'lib/inforouter/access_list_domain_members_item.rb', line 4 def description @description end |
#right ⇒ Object
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_hash ⇒ Object
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 |