Class: Virtuozzo::SOAP::Drivers::Support::Problem_report

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_report

name - SOAP::SOAPBase64
company - SOAP::SOAPBase64
email - SOAP::SOAPBase64
subject - SOAP::SOAPBase64
problem_description - SOAP::SOAPBase64
ticket - SOAP::SOAPBase64

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(name = nil, company = nil, email = nil, subject = nil, problem_description = nil, ticket = nil) ⇒ Problem_report

Returns a new instance of Problem_report.



2522
2523
2524
2525
2526
2527
2528
2529
# File 'lib/virtuozzo/soap/drivers/support/types.rb', line 2522

def initialize(name = nil, company = nil, email = nil, subject = nil, problem_description = nil, ticket = nil)
  @name = name
  @company = company
  @email = email
  @subject = subject
  @problem_description = problem_description
  @ticket = ticket
end

Instance Attribute Details

#companyObject

Returns the value of attribute company.



2516
2517
2518
# File 'lib/virtuozzo/soap/drivers/support/types.rb', line 2516

def company
  @company
end

#emailObject

Returns the value of attribute email.



2517
2518
2519
# File 'lib/virtuozzo/soap/drivers/support/types.rb', line 2517

def email
  @email
end

#nameObject

Returns the value of attribute name.



2515
2516
2517
# File 'lib/virtuozzo/soap/drivers/support/types.rb', line 2515

def name
  @name
end

#problem_descriptionObject

Returns the value of attribute problem_description.



2519
2520
2521
# File 'lib/virtuozzo/soap/drivers/support/types.rb', line 2519

def problem_description
  @problem_description
end

#subjectObject

Returns the value of attribute subject.



2518
2519
2520
# File 'lib/virtuozzo/soap/drivers/support/types.rb', line 2518

def subject
  @subject
end

#ticketObject

Returns the value of attribute ticket.



2520
2521
2522
# File 'lib/virtuozzo/soap/drivers/support/types.rb', line 2520

def ticket
  @ticket
end