Module: Slappy::SlackAPI::Findable
- Extended by:
- ActiveSupport::Concern, Forwardable
- Included in:
- Base
- Defined in:
- lib/slappy/slack_api/concerns/findable.rb
Defined Under Namespace
Modules: ClassMethods
Instance Method Summary collapse
Instance Method Details
#initialize(data) ⇒ Object
9 10 11 |
# File 'lib/slappy/slack_api/concerns/findable.rb', line 9 def initialize(data) @data = Hashie::Mash.new data end |