class Specter::Env

Attributes

client[R]
request[R]

Public Class Methods

new(client, request) click to toggle source
# File lib/specter/env.rb, line 13
def initialize(client, request)
  @client  = client
  @request = request
end

Public Instance Methods

to_str() click to toggle source
# File lib/specter/env.rb, line 18
def to_str
  "#{to_json}\x0"
end