Module: IshModels
- Defined in:
- lib/ish_models.rb
Class Attribute Summary collapse
-
.configuration ⇒ Object
Returns the value of attribute configuration.
Class Method Summary collapse
Class Attribute Details
.configuration ⇒ Object
Returns the value of attribute configuration.
19 20 21 |
# File 'lib/ish_models.rb', line 19 def configuration @configuration end |
Class Method Details
.configure ⇒ Object
22 23 24 |
# File 'lib/ish_models.rb', line 22 def self.configure @configuration ||= Configuration.new end |
.setup {|configuration| ... } ⇒ Object
26 27 28 |
# File 'lib/ish_models.rb', line 26 def self.setup yield(configuration) end |