Class: Beachcomber::IntrospectResponse

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#daemonObject

Returns the value of attribute daemon

Returns:

  • (Object)

    the current value of daemon



31
32
33
# File 'lib/beachcomber/types.rb', line 31

def daemon
  @daemon
end

#otherObject

Returns the value of attribute other

Returns:

  • (Object)

    the current value of other



31
32
33
# File 'lib/beachcomber/types.rb', line 31

def other
  @other
end

#subjectObject

Returns the value of attribute subject

Returns:

  • (Object)

    the current value of subject



31
32
33
# File 'lib/beachcomber/types.rb', line 31

def subject
  @subject
end