Class: ComposerContainer

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

Overview

Project

Instance Attribute Summary collapse

Instance Method Summary collapse

Instance Attribute Details

#composerServiceIdObject

Returns the value of attribute composerServiceId.



11
12
13
# File 'lib/yadecli/model/composer_container.rb', line 11

def composerServiceId
  @composerServiceId
end

#idObject

Returns the value of attribute id.



11
12
13
# File 'lib/yadecli/model/composer_container.rb', line 11

def id
  @id
end

#nameObject

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

#attributesObject



15
16
17
# File 'lib/yadecli/model/composer_container.rb', line 15

def attributes
  instance_values
end