Method: Inspec::Resources::LoginDef#method_missing

Defined in:
lib/resources/login_def.rb

#method_missing(name) ⇒ Object



35
36
37
# File 'lib/resources/login_def.rb', line 35

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