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.
21 22 23 |
# File 'lib/ish_models.rb', line 21 def configuration @configuration end |
Class Method Details
.configure ⇒ Object
24 25 26 |
# File 'lib/ish_models.rb', line 24 def self.configure @configuration ||= Configuration.new end |
.setup {|configuration| ... } ⇒ Object
28 29 30 |
# File 'lib/ish_models.rb', line 28 def self.setup yield(configuration) end |