class JIRA::RemoteTimeInfo

{beans.soap.rpc.jira.atlassian.com}RemoteTimeInfo

serverTime - SOAP::SOAPString
timeZoneId - SOAP::SOAPString

Attributes

serverTime[RW]
timeZoneId[RW]

Public Class Methods

new(serverTime = nil, timeZoneId = nil) click to toggle source
# File lib/JIRA-SOAP-STUBS/default.rb, line 44
def initialize(serverTime = nil, timeZoneId = nil)
  @serverTime = serverTime
  @timeZoneId = timeZoneId
end