Class: Yade::Composer::Rest::Model::ComposerContainer
- Inherits:
-
Object
- Object
- Yade::Composer::Rest::Model::ComposerContainer
- Includes:
- ActiveModel::Model, ActiveModel::Serializers::JSON, ActiveModel::Validations
- Defined in:
- lib/yade/composer/rest/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.
16 17 18 |
# File 'lib/yade/composer/rest/model/composer_container.rb', line 16 def composerServiceId @composerServiceId end |
#id ⇒ Object
Returns the value of attribute id.
16 17 18 |
# File 'lib/yade/composer/rest/model/composer_container.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_container.rb', line 16 def name @name end |
Instance Method Details
#attributes ⇒ Object
20 21 22 |
# File 'lib/yade/composer/rest/model/composer_container.rb', line 20 def attributes instance_values end |