Class: Icalia::CodeCommit
- Defined in:
- lib/icalia/models/code_commit.rb
Instance Attribute Summary collapse
-
#sha ⇒ Object
readonly
Returns the value of attribute sha.
Attributes inherited from ModelBase
Method Summary
Methods inherited from ModelBase
has_many, has_one, #initialize
Methods included from ResourceIdentity
Constructor Details
This class inherits a constructor from Icalia::ModelBase
Instance Attribute Details
#sha ⇒ Object (readonly)
Returns the value of attribute sha.
5 6 7 |
# File 'lib/icalia/models/code_commit.rb', line 5 def sha @sha end |