Class: JIRA::RemoteTimeInfo

Inherits:
Object
  • Object
show all
Defined in:
lib/JIRA-SOAP-STUBS/default.rb

Overview

http://beans.soap.rpc.jira.atlassian.comRemoteTimeInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(serverTime = nil, timeZoneId = nil) ⇒ RemoteTimeInfo

Returns a new instance of RemoteTimeInfo.


44
45
46
47
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 44

def initialize(serverTime = nil, timeZoneId = nil)
  @serverTime = serverTime
  @timeZoneId = timeZoneId
end

Instance Attribute Details

#serverTimeObject

Returns the value of attribute serverTime.


41
42
43
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 41

def serverTime
  @serverTime
end

#timeZoneIdObject

Returns the value of attribute timeZoneId.


42
43
44
# File 'lib/JIRA-SOAP-STUBS/default.rb', line 42

def timeZoneId
  @timeZoneId
end