Class: MingleEvents::ProjectCustomProperties

Inherits:
Object
  • Object
show all
Defined in:
lib/mingle_events/project_custom_properties.rb

Instance Method Summary collapse

Constructor Details

#initialize(mingle_access, project_identifier) ⇒ ProjectCustomProperties

Returns a new instance of ProjectCustomProperties.



5
6
7
8
# File 'lib/mingle_events/project_custom_properties.rb', line 5

def initialize(mingle_access, project_identifier)
  @mingle_access = mingle_access
  @project_identifier = project_identifier
end

Instance Method Details

#property_name_for_column(column_name) ⇒ Object



10
11
12
# File 'lib/mingle_events/project_custom_properties.rb', line 10

def property_name_for_column(column_name)
  property_names_by_column_name[column_name]
end