Class: JIRA::Avatar

Inherits:
DynamicEntity show all
Defined in:
lib/jiraSOAP/entities/avatar.rb

Overview

TODO:

find out what the id value of @owner relates to

Contains a base64 encoded avatar image and metadata about the avatar.

Instance Attribute Summary collapse

Attributes inherited from DynamicEntity

#id

Instance Method Summary collapse

Methods inherited from Entity

add_attributes, #initialize_with_xml, new_with_xml, #to_soap

Instance Attribute Details

#base64_dataString

Corresponds to base64Data in the javadoc.

Returns:

  • (String)

#mime_typeString

Corresponds to contentType in the javadoc.

Returns:

  • (String)

#ownerString

Corresponds to owner in the javadoc.

This seems to be an id ref to some other object.

Returns:

  • (String)

#systemBoolean

Corresponds to system in the javadoc.

Indicates if the image is the system default.

Returns:

  • (Boolean)

#typeString

Corresponds to type in the javadoc.

The place where the avatar is used (e.g. 'project').

Returns:

  • (String)

Instance Method Details

#system?Boolean

Corresponds to system in the javadoc.

Indicates if the image is the system default.

Returns:

  • (Boolean)