Class: Yade::Composer::Rest::Model::ComposerService
- Inherits:
-
Object
- Object
- Yade::Composer::Rest::Model::ComposerService
- Includes:
- ActiveModel::Model, ActiveModel::Serializers::JSON, ActiveModel::Validations
- Defined in:
- lib/yade/composer/rest/model/composer_service.rb
Overview
Project
Instance Attribute Summary collapse
-
#composerProjectId ⇒ Object
Returns the value of attribute composerProjectId.
-
#enabled ⇒ Object
Returns the value of attribute enabled.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#requiredEnvs ⇒ Object
Returns the value of attribute requiredEnvs.
-
#title ⇒ Object
Returns the value of attribute title.
Instance Method Summary collapse
Instance Attribute Details
#composerProjectId ⇒ Object
Returns the value of attribute composerProjectId.
16 17 18 |
# File 'lib/yade/composer/rest/model/composer_service.rb', line 16 def composerProjectId @composerProjectId end |
#enabled ⇒ Object
Returns the value of attribute enabled.
16 17 18 |
# File 'lib/yade/composer/rest/model/composer_service.rb', line 16 def enabled @enabled end |
#id ⇒ Object
Returns the value of attribute id.
16 17 18 |
# File 'lib/yade/composer/rest/model/composer_service.rb', line 16 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
16 17 18 |
# File 'lib/yade/composer/rest/model/composer_service.rb', line 16 def name @name end |
#requiredEnvs ⇒ Object
Returns the value of attribute requiredEnvs.
16 17 18 |
# File 'lib/yade/composer/rest/model/composer_service.rb', line 16 def requiredEnvs @requiredEnvs end |
#title ⇒ Object
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
#attributes ⇒ Object
20 21 22 |
# File 'lib/yade/composer/rest/model/composer_service.rb', line 20 def attributes instance_values end |