Class: Virtuozzo::SOAP::Types::Firewallm::AceType
- Inherits:
-
Object
- Object
- Virtuozzo::SOAP::Types::Firewallm::AceType
- Defined in:
- lib/virtuozzo/soap/types/firewallm.rb
Overview
http://www.swsoft.com/webservices/vzl/4.0.0/typesaceType
type - SOAP::SOAPInt
sid - (any)
rights - SOAP::SOAPBase64
Instance Attribute Summary collapse
-
#rights ⇒ Object
Returns the value of attribute rights.
-
#sid ⇒ Object
Returns the value of attribute sid.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
-
#initialize(type = nil, sid = nil, rights = nil) ⇒ AceType
constructor
A new instance of AceType.
Constructor Details
#initialize(type = nil, sid = nil, rights = nil) ⇒ AceType
Returns a new instance of AceType.
1288 1289 1290 1291 1292 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1288 def initialize(type = nil, sid = nil, rights = nil) @type = type @sid = sid @rights = rights end |
Instance Attribute Details
#rights ⇒ Object
Returns the value of attribute rights.
1286 1287 1288 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1286 def rights @rights end |
#sid ⇒ Object
Returns the value of attribute sid.
1285 1286 1287 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1285 def sid @sid end |
#type ⇒ Object
Returns the value of attribute type.
1284 1285 1286 |
# File 'lib/virtuozzo/soap/types/firewallm.rb', line 1284 def type @type end |