Class: Rack::DevInsight::Result::Apis::Header
- Inherits:
-
Struct
- Object
- Struct
- Rack::DevInsight::Result::Apis::Header
- Defined in:
- lib/rack/dev_insight/result/apis.rb
Instance Attribute Summary collapse
-
#field ⇒ Object
Returns the value of attribute field.
-
#value ⇒ Object
Returns the value of attribute value.
Instance Attribute Details
#field ⇒ Object
Returns the value of attribute field
20 21 22 |
# File 'lib/rack/dev_insight/result/apis.rb', line 20 def field @field end |
#value ⇒ Object
Returns the value of attribute value
20 21 22 |
# File 'lib/rack/dev_insight/result/apis.rb', line 20 def value @value end |