Class: Beachcomber::IntrospectResponse
- Inherits:
-
Struct
- Object
- Struct
- Beachcomber::IntrospectResponse
- Defined in:
- lib/beachcomber/types.rb
Overview
Introspect response wrapper. For DAEMON subject: #daemon is populated. For others: #other holds the raw Hash/Array.
Instance Attribute Summary collapse
-
#daemon ⇒ Object
Returns the value of attribute daemon.
-
#other ⇒ Object
Returns the value of attribute other.
-
#subject ⇒ Object
Returns the value of attribute subject.
Instance Attribute Details
#daemon ⇒ Object
Returns the value of attribute daemon
31 32 33 |
# File 'lib/beachcomber/types.rb', line 31 def daemon @daemon end |
#other ⇒ Object
Returns the value of attribute other
31 32 33 |
# File 'lib/beachcomber/types.rb', line 31 def other @other end |
#subject ⇒ Object
Returns the value of attribute subject
31 32 33 |
# File 'lib/beachcomber/types.rb', line 31 def subject @subject end |