Class: JIRA::TimeInfo

Inherits:
Entity
  • Object
show all
Defined in:
lib/jiraSOAP/entities/time_info.rb

Overview

Simple structure for a time and time zone; only used by JIRA::ServerInfo objects, which themselves are only created when RemoteAPI#get_server_info is called.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Entity

add_attributes, #initialize_with_xml, new_with_xml, #to_soap

Instance Attribute Details

#server_timeString

Corresponds to serverTime in the javadoc.

Returns:

  • (String)

#timezoneString

Corresponds to timeZoneId in the javadoc.

in the form of 'America/Toronto'.

Returns:

  • (String)