Class: CcMe::CapturedHeader

Inherits:
Struct
  • Object
show all
Defined in:
lib/cc_me.rb

Overview

— captured requests —————————————————

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



195
196
197
# File 'lib/cc_me.rb', line 195

def name
  @name
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



195
196
197
# File 'lib/cc_me.rb', line 195

def value
  @value
end

#value_bytesObject

Returns the value of attribute value_bytes

Returns:

  • (Object)

    the current value of value_bytes



195
196
197
# File 'lib/cc_me.rb', line 195

def value_bytes
  @value_bytes
end