Class: Icalia::CodeRepositoryEvent
- Includes:
- ResourceAction
- Defined in:
- lib/icalia/models/events/code_repository_event.rb
Instance Attribute Summary collapse
-
#repository ⇒ Object
readonly
Returns the value of attribute repository.
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
#repository ⇒ Object (readonly)
Returns the value of attribute repository.
6 7 8 |
# File 'lib/icalia/models/events/code_repository_event.rb', line 6 def repository @repository end |