Class: CcMe::CapturedHeader
- Inherits:
-
Struct
- Object
- Struct
- CcMe::CapturedHeader
- Defined in:
- lib/cc_me.rb
Overview
— captured requests —————————————————
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#value ⇒ Object
Returns the value of attribute value.
-
#value_bytes ⇒ Object
Returns the value of attribute value_bytes.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
195 196 197 |
# File 'lib/cc_me.rb', line 195 def name @name end |
#value ⇒ Object
Returns the value of attribute value
195 196 197 |
# File 'lib/cc_me.rb', line 195 def value @value end |
#value_bytes ⇒ Object
Returns the value of attribute value_bytes
195 196 197 |
# File 'lib/cc_me.rb', line 195 def value_bytes @value_bytes end |