Class: Yade::Composer::Rest::Model::ComposerService

Inherits:
Object
  • Object
show all
Includes:
ActiveModel::Model, ActiveModel::Serializers::JSON, ActiveModel::Validations
Defined in:
lib/yade/composer/rest/model/composer_service.rb

Overview

Project

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#composerProjectIdObject

Returns the value of attribute composerProjectId.



16
17
18
# File 'lib/yade/composer/rest/model/composer_service.rb', line 16

def composerProjectId
  @composerProjectId
end

#enabledObject

Returns the value of attribute enabled.



16
17
18
# File 'lib/yade/composer/rest/model/composer_service.rb', line 16

def enabled
  @enabled
end

#idObject

Returns the value of attribute id.



16
17
18
# File 'lib/yade/composer/rest/model/composer_service.rb', line 16

def id
  @id
end

#nameObject

Returns the value of attribute name.



16
17
18
# File 'lib/yade/composer/rest/model/composer_service.rb', line 16

def name
  @name
end

#requiredEnvsObject

Returns the value of attribute requiredEnvs.



16
17
18
# File 'lib/yade/composer/rest/model/composer_service.rb', line 16

def requiredEnvs
  @requiredEnvs
end

#titleObject

Returns the value of attribute title.



16
17
18
# File 'lib/yade/composer/rest/model/composer_service.rb', line 16

def title
  @title
end

Instance Method Details

#attributesObject



20
21
22
# File 'lib/yade/composer/rest/model/composer_service.rb', line 20

def attributes
  instance_values
end