Class: Yade::Composer::Rest::Model::ComposerContainer

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

Overview

Project

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#composerServiceIdObject

Returns the value of attribute composerServiceId.



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

def composerServiceId
  @composerServiceId
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#nameObject

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

#attributesObject



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

def attributes
  instance_values
end