class Hackle::Experiment

Attributes

id[R]

@!attribute [r] id

@return [Integer]

@!attribute [r] key

@return [Integer]
key[R]

@!attribute [r] id

@return [Integer]

@!attribute [r] key

@return [Integer]

Public Class Methods

new(id:, key:) click to toggle source

@param id [Integer] @param key [Integer]

# File lib/hackle/models/experiment.rb, line 12
def initialize(id:, key:)
  @id = id
  @key = key
end