Method: Service#initialize
- Defined in:
- lib/service.rb
#initialize(hash) ⇒ Service
Returns a new instance of Service.
7 8 9 |
# File 'lib/service.rb', line 7 def initialize(hash) @hash = hash end |
Returns a new instance of Service.
7 8 9 |
# File 'lib/service.rb', line 7 def initialize(hash) @hash = hash end |