class Asterisk::AMI::Response
- Asterisk::AMI::Response
- Reference
- Object
Direct Known Subclasses
Defined in:
asterisk/ami/response.crConstructors
Instance Method Summary
- #[](*args, **options)
- #[](*args, **options, &block)
- #[]=(*args, **options)
- #[]?(*args, **options)
- #[]?(*args, **options, &block)
- #actionid : ActionID
- #actionid=(actionid : ActionID)
- #actionid? : ActionID?
- #actionid_present? : Bool
- #data : Hash(String, Array(String) | String)
-
#events : Array(AMIData)?
Response including nested events (i.e.
-
#events=(events : Array(AMIData)?)
Response including nested events (i.e.
- #message : String
- #message=(message : String)
- #message? : String?
- #message_present? : Bool
- #output : Array(String)
- #output=(output : Array(String))
- #output? : Array(String)?
- #output_present? : Bool
- #response : String
- #response=(response : String)
- #response? : String?
- #response_present? : Bool
- #success? : Bool
- #to_h : Hash(String, Array(String) | String)
- #value : String
- #value=(value : String)
- #value? : String?
- #value_present? : Bool
Macro Summary
Constructor Detail
Instance Method Detail
Response including nested events (i.e. action SIPpeers)
Response including nested events (i.e. action SIPpeers)