Class: PostActionCreator::CreateResult
- Inherits:
-
PostActionResult
- Object
- PostActionResult
- PostActionCreator::CreateResult
- Defined in:
- lib/post_action_creator.rb
Instance Attribute Summary collapse
-
#post_action ⇒ Object
Returns the value of attribute post_action.
-
#reviewable ⇒ Object
Returns the value of attribute reviewable.
-
#reviewable_score ⇒ Object
Returns the value of attribute reviewable_score.
Attributes inherited from PostActionResult
Attributes included from HasErrors
#conflict, #forbidden, #not_found
Method Summary
Methods inherited from PostActionResult
#failed?, #initialize, #success?
Methods included from HasErrors
#add_error, #add_errors_from, #errors, #rollback_from_errors!, #rollback_with!, #validate_child
Constructor Details
This class inherits a constructor from PostActionResult
Instance Attribute Details
#post_action ⇒ Object
Returns the value of attribute post_action.
5 6 7 |
# File 'lib/post_action_creator.rb', line 5 def post_action @post_action end |
#reviewable ⇒ Object
Returns the value of attribute reviewable.
5 6 7 |
# File 'lib/post_action_creator.rb', line 5 def reviewable @reviewable end |
#reviewable_score ⇒ Object
Returns the value of attribute reviewable_score.
5 6 7 |
# File 'lib/post_action_creator.rb', line 5 def reviewable_score @reviewable_score end |