Class: Virtuozzo::SOAP::Types::Support::Problem_reportResponse

Inherits:
Object
  • Object
show all
Defined in:
lib/virtuozzo/soap/types/support.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.



2540
2541
2542
# File 'lib/virtuozzo/soap/types/support.rb', line 2540

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

Instance Attribute Details

#ticketObject

Returns the value of attribute ticket.



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

def ticket
  @ticket
end