Class: Vcs

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model, ActiveModel::Serializers::JSON, ActiveModel::Validations
Defined in:
lib/yadecli/model/vcs.rb

Overview

Vcs

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#idObject

Returns the value of attribute id.



11
12
13
# File 'lib/yadecli/model/vcs.rb', line 11

def id
  @id
end

#urlObject

Returns the value of attribute url.



11
12
13
# File 'lib/yadecli/model/vcs.rb', line 11

def url
  @url
end

#vcsTypeObject

Returns the value of attribute vcsType.



11
12
13
# File 'lib/yadecli/model/vcs.rb', line 11

def vcsType
  @vcsType
end

Instance Method Details

#attributesObject



15
16
17
# File 'lib/yadecli/model/vcs.rb', line 15

def attributes
  instance_values
end