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