Class: Vx::ServiceConnector::Model::Commit
- Inherits:
-
Struct
- Object
- Struct
- Vx::ServiceConnector::Model::Commit
- Defined in:
- lib/vx/service_connector/model.rb
Instance Attribute Summary collapse
-
#author ⇒ Object
Returns the value of attribute author.
-
#author_email ⇒ Object
Returns the value of attribute author_email.
-
#http_url ⇒ Object
Returns the value of attribute http_url.
-
#message ⇒ Object
Returns the value of attribute message.
-
#sha ⇒ Object
Returns the value of attribute sha.
Instance Attribute Details
#author ⇒ Object
Returns the value of attribute author
37 38 39 |
# File 'lib/vx/service_connector/model.rb', line 37 def @author end |
#author_email ⇒ Object
Returns the value of attribute author_email
37 38 39 |
# File 'lib/vx/service_connector/model.rb', line 37 def @author_email end |
#http_url ⇒ Object
Returns the value of attribute http_url
37 38 39 |
# File 'lib/vx/service_connector/model.rb', line 37 def http_url @http_url end |
#message ⇒ Object
Returns the value of attribute message
37 38 39 |
# File 'lib/vx/service_connector/model.rb', line 37 def @message end |
#sha ⇒ Object
Returns the value of attribute sha
37 38 39 |
# File 'lib/vx/service_connector/model.rb', line 37 def sha @sha end |