class Amber::Switch::Response
Attributes
content[RW]
header[RW]
status[RW]
Public Class Methods
new()
click to toggle source
# File lib/amber/switch/response.rb, line 4 def initialize @status = false @header = {} end