Class: Apps::Adapters::Gmail::Markup::SaveAction
- Defined in:
- lib/apps/adapters/gmail/markup/save_action.rb
Overview
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
Attributes inherited from Action
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from Apps::Adapters::Gmail::Markup::Base
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name.
11 12 13 |
# File 'lib/apps/adapters/gmail/markup/save_action.rb', line 11 def name @name end |
Instance Method Details
#as_json ⇒ Object
13 14 15 16 17 |
# File 'lib/apps/adapters/gmail/markup/save_action.rb', line 13 def as_json prune super.merge( "name" => name ) end |