Class: Atlassian::JiraConnect::Serializers::CommitEntity::CommitAuthor

Inherits:
Struct
  • Object
show all
Defined in:
lib/atlassian/jira_connect/serializers/commit_entity.rb

Instance Attribute Summary collapse

Instance Attribute Details

#emailObject

Returns the value of attribute email

Returns:

  • (Object)

    the current value of email



7
8
9
# File 'lib/atlassian/jira_connect/serializers/commit_entity.rb', line 7

def email
  @email
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



7
8
9
# File 'lib/atlassian/jira_connect/serializers/commit_entity.rb', line 7

def name
  @name
end