Method: Inspec::Resources::LoginDef#method_missing

Defined in:
lib/resources/login_def.rb

#method_missing(name) ⇒ Object



37
38
39
# File 'lib/resources/login_def.rb', line 37

def method_missing(name)
  read_params[name.to_s]
end