Class: Virtuozzo::SOAP::Drivers::Support::Problem_reportResponse

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

Overview

http://www.swsoft.com/webservices/vza/4.0.0/vzasupportproblem_reportResponse

ticket - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(ticket = nil) ⇒ Problem_reportResponse

Returns a new instance of Problem_reportResponse.



2537
2538
2539
# File 'lib/virtuozzo/soap/drivers/support/types.rb', line 2537

def initialize(ticket = nil)
  @ticket = ticket
end

Instance Attribute Details

#ticketObject

Returns the value of attribute ticket.



2535
2536
2537
# File 'lib/virtuozzo/soap/drivers/support/types.rb', line 2535

def ticket
  @ticket
end