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