Class: JIRA::ServerInfo

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

Overview

Only contains basic information about the endpoint server and only used by RemoteAPI#get_server_info.

Instance Attribute Summary collapse

Method Summary

Methods inherited from Entity

add_attributes, #initialize_with_xml, new_with_xml, #to_soap

Instance Attribute Details

#base_urlURI::HTTP,NSURL

Corresponds to baseUrl in the javadoc.

Returns:

#build_dateTime

Corresponds to buildDate in the javadoc.

Returns:

  • (Time)

#build_numberFixnum

Corresponds to buildNumber in the javadoc.

Returns:

  • (Fixnum)

#editionString

Corresponds to edition in the javadoc.

Returns:

  • (String)

#server_timeJIRA::IssueSecurityScheme

Corresponds to serverTime in the javadoc.

#versionString

Corresponds to version in the javadoc.

Returns:

  • (String)