class TFClient::Models::Response

Attributes

lines[RW]
response[RW]

Public Class Methods

new(lines:) click to toggle source
# File lib/textflight-client/models/model.rb, line 11
def initialize(lines:)
  @lines = lines.dup
  @response = []
end