Class: Virtuozzo::SOAP::Types::Support::Problem_report

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



2525
2526
2527
2528
2529
2530
2531
2532
# File 'lib/virtuozzo/soap/types/support.rb', line 2525

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.



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

def company
  @company
end

#emailObject

Returns the value of attribute email.



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

def email
  @email
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#problem_descriptionObject

Returns the value of attribute problem_description.



2522
2523
2524
# File 'lib/virtuozzo/soap/types/support.rb', line 2522

def problem_description
  @problem_description
end

#subjectObject

Returns the value of attribute subject.



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

def subject
  @subject
end

#ticketObject

Returns the value of attribute ticket.



2523
2524
2525
# File 'lib/virtuozzo/soap/types/support.rb', line 2523

def ticket
  @ticket
end