Class: Vcs
- Inherits:
-
Object
- Object
- Vcs
- Includes:
- ActiveModel::Model, ActiveModel::Serializers::JSON, ActiveModel::Validations
- Defined in:
- lib/yadecli/model/vcs.rb
Overview
Vcs
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#url ⇒ Object
Returns the value of attribute url.
-
#vcsType ⇒ Object
Returns the value of attribute vcsType.
Instance Method Summary collapse
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
11 12 13 |
# File 'lib/yadecli/model/vcs.rb', line 11 def id @id end |
#url ⇒ Object
Returns the value of attribute url.
11 12 13 |
# File 'lib/yadecli/model/vcs.rb', line 11 def url @url end |
#vcsType ⇒ Object
Returns the value of attribute vcsType.
11 12 13 |
# File 'lib/yadecli/model/vcs.rb', line 11 def vcsType @vcsType end |
Instance Method Details
#attributes ⇒ Object
15 16 17 |
# File 'lib/yadecli/model/vcs.rb', line 15 def attributes instance_values end |