Module: ConcurrentPipeline::Model::InstanceMethods
- Defined in:
- lib/concurrent_pipeline/model.rb
Instance Attribute Summary collapse
-
#attributes ⇒ Object
readonly
Returns the value of attribute attributes.
Instance Method Summary collapse
Instance Attribute Details
#attributes ⇒ Object (readonly)
Returns the value of attribute attributes.
6 7 8 |
# File 'lib/concurrent_pipeline/model.rb', line 6 def attributes @attributes end |
Instance Method Details
#initialize(attributes) ⇒ Object
8 9 10 |
# File 'lib/concurrent_pipeline/model.rb', line 8 def initialize(attributes) @attributes = attributes end |