Class: RubyAsterisk::ResponseBuilder
- Inherits:
-
Object
- Object
- RubyAsterisk::ResponseBuilder
- Defined in:
- lib/ruby-asterisk/response_builder.rb
Overview
Mutable builder that produces an immutable Response
Instance Attribute Summary collapse
-
#raw_response ⇒ Object
Returns the value of attribute raw_response.
-
#type ⇒ Object
Returns the value of attribute type.
Instance Method Summary collapse
Instance Attribute Details
#raw_response ⇒ Object
Returns the value of attribute raw_response.
9 10 11 |
# File 'lib/ruby-asterisk/response_builder.rb', line 9 def raw_response @raw_response end |
#type ⇒ Object
Returns the value of attribute type.
9 10 11 |
# File 'lib/ruby-asterisk/response_builder.rb', line 9 def type @type end |