Class: VirtualServerFTPPortRange
- Inherits:
-
Object
- Object
- VirtualServerFTPPortRange
- Defined in:
- lib/api/virtualserver/VirtualServer.rb
Overview
/VirtualServer.FTPPortRange
low - SOAP::SOAPInt
high - SOAP::SOAPInt
Instance Attribute Summary collapse
-
#high ⇒ Object
Returns the value of attribute high.
-
#low ⇒ Object
Returns the value of attribute low.
Instance Method Summary collapse
-
#initialize(low = nil, high = nil) ⇒ VirtualServerFTPPortRange
constructor
A new instance of VirtualServerFTPPortRange.
Constructor Details
#initialize(low = nil, high = nil) ⇒ VirtualServerFTPPortRange
Returns a new instance of VirtualServerFTPPortRange.
26 27 28 29 |
# File 'lib/api/virtualserver/VirtualServer.rb', line 26 def initialize(low = nil, high = nil) @low = low @high = high end |
Instance Attribute Details
#high ⇒ Object
Returns the value of attribute high.
24 25 26 |
# File 'lib/api/virtualserver/VirtualServer.rb', line 24 def high @high end |
#low ⇒ Object
Returns the value of attribute low.
23 24 25 |
# File 'lib/api/virtualserver/VirtualServer.rb', line 23 def low @low end |