Method: Artifactory::Resource::Base#initialize
- Defined in:
- lib/artifactory/resources/base.rb
#initialize(attributes = {}) ⇒ Base
Create a new instance
253 254 255 256 257 |
# File 'lib/artifactory/resources/base.rb', line 253 def initialize(attributes = {}) attributes.each do |key, value| set(key, value) end end |