Class: ComposerService
- Inherits:
-
Object
- Object
- ComposerService
- Includes:
- ActiveModel::Model, ActiveModel::Serializers::JSON, ActiveModel::Validations
- Defined in:
- lib/yadecli/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.
11 12 13 |
# File 'lib/yadecli/model/composer_service.rb', line 11 def composerProjectId @composerProjectId end |
#enabled ⇒ Object
Returns the value of attribute enabled.
11 12 13 |
# File 'lib/yadecli/model/composer_service.rb', line 11 def enabled @enabled end |
#id ⇒ Object
Returns the value of attribute id.
11 12 13 |
# File 'lib/yadecli/model/composer_service.rb', line 11 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
11 12 13 |
# File 'lib/yadecli/model/composer_service.rb', line 11 def name @name end |
#requiredEnvs ⇒ Object
Returns the value of attribute requiredEnvs.
11 12 13 |
# File 'lib/yadecli/model/composer_service.rb', line 11 def requiredEnvs @requiredEnvs end |
#title ⇒ Object
Returns the value of attribute title.
11 12 13 |
# File 'lib/yadecli/model/composer_service.rb', line 11 def title @title end |
Instance Method Details
#attributes ⇒ Object
15 16 17 |
# File 'lib/yadecli/model/composer_service.rb', line 15 def attributes instance_values end |