Class: EasyInstaller::Sandbox::Message::Result::Action
- Inherits:
-
Object
- Object
- EasyInstaller::Sandbox::Message::Result::Action
- Defined in:
- lib/easy_installer/sandbox_modules/message.rb
Instance Method Summary collapse
-
#initialize(raw_message) ⇒ Action
constructor
A new instance of Action.
- #to_s ⇒ Object
Constructor Details
#initialize(raw_message) ⇒ Action
Returns a new instance of Action.
52 53 54 |
# File 'lib/easy_installer/sandbox_modules/message.rb', line 52 def initialize() @action = end |
Instance Method Details
#to_s ⇒ Object
55 56 57 |
# File 'lib/easy_installer/sandbox_modules/message.rb', line 55 def to_s @action[:site].to_s end |