Class: ChangeAction
Instance Method Summary
collapse
Methods inherited from GetAction
subtypes
#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?
#destroy, #destroyable?
Instance Method Details
#action_type ⇒ Object
6
7
8
|
# File 'app/models/actions/change_action.rb', line 6
def action_type
"Get"
end
|
#subtype ⇒ Object
2
3
4
|
# File 'app/models/actions/change_action.rb', line 2
def subtype
"Change"
end
|
#verb ⇒ Object
10
11
12
|
# File 'app/models/actions/change_action.rb', line 10
def verb
"changed"
end
|