Class: Rack::DevInsight::Result::Apis::Header

Inherits:
Struct
  • Object
show all
Defined in:
lib/rack/dev_insight/result/apis.rb

Instance Attribute Summary collapse

Instance Attribute Details

#fieldObject

Returns the value of attribute field

Returns:

  • (Object)

    the current value of field



20
21
22
# File 'lib/rack/dev_insight/result/apis.rb', line 20

def field
  @field
end

#valueObject

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



20
21
22
# File 'lib/rack/dev_insight/result/apis.rb', line 20

def value
  @value
end