Method: FoundationApi::Service#initialize
- Defined in:
- lib/foundation_api/service.rb
#initialize(attributes = {}) ⇒ Service
Returns a new instance of Service.
52 53 54 |
# File 'lib/foundation_api/service.rb', line 52 def initialize(attributes = {}) @attributes = HashWithIndifferentAccess.new attributes end |