Class: ChangeAction

Inherits:
GetAction show all
Defined in:
app/models/actions/change_action.rb

Instance Method Summary collapse

Methods inherited from GetAction

subtypes

Methods included from ImmutableAction

#destroyable?, #editable?

Methods inherited from Action

create_of_type, #default_starred_to_false, #editable?, for_organization, from_open_struct, #full_details, #quip, recent, #sentence, #set_creator, #set_params, subtypes, subtypes_by_type, #to_open_struct, #unstarred?

Methods included from OhNoes::Destroy

#destroy, #destroyable?

Instance Method Details

#action_typeObject



6
7
8
# File 'app/models/actions/change_action.rb', line 6

def action_type
  "Get"
end

#subtypeObject



2
3
4
# File 'app/models/actions/change_action.rb', line 2

def subtype
  "Change"
end

#verbObject



10
11
12
# File 'app/models/actions/change_action.rb', line 10

def verb
  "changed"
end