Class: Modulorails::Configuration

Inherits:
Object
  • Object
show all
Defined in:
lib/modulorails/configuration.rb

Overview

Author: Matthieu ‘ciappa_m’ Ciappara The configuration of the gem

Instance Attribute Summary collapse

Instance Attribute Details

#_api_keyObject

All the keys to configure the gem



8
9
10
# File 'lib/modulorails/configuration.rb', line 8

def _api_key
  @_api_key
end

#_endpointObject

All the keys to configure the gem



8
9
10
# File 'lib/modulorails/configuration.rb', line 8

def _endpoint
  @_endpoint
end

#_main_developerObject

All the keys to configure the gem



8
9
10
# File 'lib/modulorails/configuration.rb', line 8

def _main_developer
  @_main_developer
end

#_nameObject

All the keys to configure the gem



8
9
10
# File 'lib/modulorails/configuration.rb', line 8

def _name
  @_name
end

#_no_auto_updateObject

All the keys to configure the gem



8
9
10
# File 'lib/modulorails/configuration.rb', line 8

def _no_auto_update
  @_no_auto_update
end

#_production_urlObject

All the keys to configure the gem



8
9
10
# File 'lib/modulorails/configuration.rb', line 8

def _production_url
  @_production_url
end

#_project_managerObject

All the keys to configure the gem



8
9
10
# File 'lib/modulorails/configuration.rb', line 8

def _project_manager
  @_project_manager
end

#_review_base_urlObject

All the keys to configure the gem



8
9
10
# File 'lib/modulorails/configuration.rb', line 8

def _review_base_url
  @_review_base_url
end

#_staging_urlObject

All the keys to configure the gem



8
9
10
# File 'lib/modulorails/configuration.rb', line 8

def _staging_url
  @_staging_url
end