Class: Jira4R::V2::RemoteServerInfo
- Inherits:
-
Object
- Object
- Jira4R::V2::RemoteServerInfo
- Defined in:
- lib/jira4r/v2/jiraService.rb
Overview
http://beans.soap.rpc.jira.atlassian.comRemoteServerInfo
baseUrl - SOAP::SOAPString
buildDate - SOAP::SOAPDateTime
buildNumber - SOAP::SOAPString
edition - SOAP::SOAPString
version - SOAP::SOAPString
Instance Attribute Summary collapse
-
#baseUrl ⇒ Object
Returns the value of attribute baseUrl.
-
#buildDate ⇒ Object
Returns the value of attribute buildDate.
-
#buildNumber ⇒ Object
Returns the value of attribute buildNumber.
-
#edition ⇒ Object
Returns the value of attribute edition.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Method Summary collapse
-
#initialize(baseUrl = nil, buildDate = nil, buildNumber = nil, edition = nil, version = nil) ⇒ RemoteServerInfo
constructor
A new instance of RemoteServerInfo.
Constructor Details
#initialize(baseUrl = nil, buildDate = nil, buildNumber = nil, edition = nil, version = nil) ⇒ RemoteServerInfo
Returns a new instance of RemoteServerInfo.
85 86 87 88 89 90 91 |
# File 'lib/jira4r/v2/jiraService.rb', line 85 def initialize(baseUrl = nil, buildDate = nil, buildNumber = nil, edition = nil, version = nil) @baseUrl = baseUrl @buildDate = buildDate @buildNumber = buildNumber @edition = edition @version = version end |
Instance Attribute Details
#baseUrl ⇒ Object
Returns the value of attribute baseUrl.
79 80 81 |
# File 'lib/jira4r/v2/jiraService.rb', line 79 def baseUrl @baseUrl end |
#buildDate ⇒ Object
Returns the value of attribute buildDate.
80 81 82 |
# File 'lib/jira4r/v2/jiraService.rb', line 80 def buildDate @buildDate end |
#buildNumber ⇒ Object
Returns the value of attribute buildNumber.
81 82 83 |
# File 'lib/jira4r/v2/jiraService.rb', line 81 def buildNumber @buildNumber end |
#edition ⇒ Object
Returns the value of attribute edition.
82 83 84 |
# File 'lib/jira4r/v2/jiraService.rb', line 82 def edition @edition end |
#version ⇒ Object
Returns the value of attribute version.
83 84 85 |
# File 'lib/jira4r/v2/jiraService.rb', line 83 def version @version end |