Module: Inferno::Entities::Attributes

Included in:
DSL::OAuthCredentials, DSL::SuiteOption, Header, Input, Message, Preset, Request, Result, SessionData, TestRun, TestSession, ValidatorSession
Defined in:
lib/inferno/entities/attributes.rb

Class Method Summary collapse

Class Method Details

.included(klass) ⇒ Object



5
6
7
# File 'lib/inferno/entities/attributes.rb', line 5

def self.included(klass)
  klass.attr_accessor(*klass::ATTRIBUTES)
end