Class: CompAction
Instance Method Summary
collapse
#destroyable?, #editable?
Methods inherited from GetAction
subtypes
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
8
9
10
|
# File 'app/models/actions/comp_action.rb', line 8
def action_type
"Get"
end
|
#subtype ⇒ Object
4
5
6
|
# File 'app/models/actions/comp_action.rb', line 4
def subtype
"Comp"
end
|
#verb ⇒ Object
12
13
14
|
# File 'app/models/actions/comp_action.rb', line 12
def verb
"was comped"
end
|