Class: RSwift::AttributesConfigurator

Inherits:
Object
  • Object
show all
Defined in:
lib/rswift/attributes_configurator.rb

Instance Method Summary collapse

Instance Method Details

#configure_project_attributes(project) ⇒ Object



4
5
6
# File 'lib/rswift/attributes_configurator.rb', line 4

def configure_project_attributes(project)
  project.root_object.attributes.merge! target_attributes(project)
end