Class: EasyInstaller::Sandbox::Message::Result::Action

Inherits:
Object
  • Object
show all
Defined in:
lib/easy_installer/sandbox_modules/message.rb

Instance Method Summary collapse

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(raw_message)
	@action = raw_message
end

Instance Method Details

#to_sObject



55
56
57
# File 'lib/easy_installer/sandbox_modules/message.rb', line 55

def to_s
	@action[:site].to_s
end