Class: Kave::ResponseLatestOutBox
- Inherits:
-
Object
- Object
- Kave::ResponseLatestOutBox
- Defined in:
- lib/kave/response.rb
Instance Attribute Summary collapse
-
#response ⇒ Object
readonly
Returns the value of attribute response.
-
#select ⇒ Object
readonly
Returns the value of attribute select.
Instance Method Summary collapse
Instance Attribute Details
#response ⇒ Object (readonly)
Returns the value of attribute response.
38 39 40 |
# File 'lib/kave/response.rb', line 38 def response @response end |
#select ⇒ Object (readonly)
Returns the value of attribute select.
38 39 40 |
# File 'lib/kave/response.rb', line 38 def select @select end |
Instance Method Details
#validate(response = nil, send_latest_by) ⇒ Object
39 40 41 42 43 44 |
# File 'lib/kave/response.rb', line 39 def validate(response = nil,send_latest_by) @response = response @send_simple_by=send_latest_by perform_validation return self end |