Method: HaveAPI::Fs::Components::ActionMessage#initialize
- Defined in:
- lib/haveapi/fs/components/action_message.rb
#initialize(action_dir, *args) ⇒ ActionMessage
Returns a new instance of ActionMessage.
3 4 5 6 |
# File 'lib/haveapi/fs/components/action_message.rb', line 3 def initialize(action_dir, *args) super(*args) @action_dir = action_dir end |