Class: Vx::ServiceConnector::Model::Commit

Inherits:
Struct
  • Object
show all
Defined in:
lib/vx/service_connector/model.rb

Instance Attribute Summary collapse

Instance Attribute Details

#authorObject

Returns the value of attribute author

Returns:

  • (Object)

    the current value of author



37
38
39
# File 'lib/vx/service_connector/model.rb', line 37

def author
  @author
end

#author_emailObject

Returns the value of attribute author_email

Returns:

  • (Object)

    the current value of author_email



37
38
39
# File 'lib/vx/service_connector/model.rb', line 37

def author_email
  @author_email
end

#http_urlObject

Returns the value of attribute http_url

Returns:

  • (Object)

    the current value of http_url



37
38
39
# File 'lib/vx/service_connector/model.rb', line 37

def http_url
  @http_url
end

#messageObject

Returns the value of attribute message

Returns:

  • (Object)

    the current value of message



37
38
39
# File 'lib/vx/service_connector/model.rb', line 37

def message
  @message
end

#shaObject

Returns the value of attribute sha

Returns:

  • (Object)

    the current value of sha



37
38
39
# File 'lib/vx/service_connector/model.rb', line 37

def sha
  @sha
end