Class: Virtuozzo::SOAP::Types::Firewallm::Perf_dataType::C_Class::Instance::Counter

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

Overview

inner class for member: counter http://www.swsoft.com/webservices/vzl/4.0.0/typescounter

name - SOAP::SOAPString
value - Virtuozzo::SOAP::Types::Firewallm::Perf_statType

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, value = nil) ⇒ Counter

Returns a new instance of Counter.



1515
1516
1517
1518
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1515

def initialize(name = nil, value = nil)
  @name = name
  @value = value
end

Instance Attribute Details

#nameObject

Returns the value of attribute name.



1512
1513
1514
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1512

def name
  @name
end

#valueObject

Returns the value of attribute value.



1513
1514
1515
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1513

def value
  @value
end