Class: Virtuozzo::SOAP::Types::Networkm::Net_configType::C_Range

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/networkm.rb

Overview

inner class for member: range http://www.swsoft.com/webservices/vza/4.0.0/vzanetworkmrange

class_id - SOAP::SOAPString
ip_address - Virtuozzo::SOAP::Types::Networkm::Ip_addressType
comment - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(class_id = nil, ip_address = nil, comment = nil) ⇒ C_Range

Returns a new instance of C_Range.



23
24
25
26
27
# File 'lib/virtuozzo/soap/types/networkm.rb', line 23

def initialize(class_id = nil, ip_address = nil, comment = nil)
  @class_id = class_id
  @ip_address = ip_address
  @comment = comment
end

Instance Attribute Details

#class_idObject

Returns the value of attribute class_id.



19
20
21
# File 'lib/virtuozzo/soap/types/networkm.rb', line 19

def class_id
  @class_id
end

#commentObject

Returns the value of attribute comment.



21
22
23
# File 'lib/virtuozzo/soap/types/networkm.rb', line 21

def comment
  @comment
end

#ip_addressObject

Returns the value of attribute ip_address.



20
21
22
# File 'lib/virtuozzo/soap/types/networkm.rb', line 20

def ip_address
  @ip_address
end