Method: SemaphoreClient::Model::ConfigFile.create
- Defined in:
- lib/semaphore_client/model/config_file.rb
.create(attributes) ⇒ Object
11 12 13 |
# File 'lib/semaphore_client/model/config_file.rb', line 11 def self.create(attributes) new.update(attributes) end |