Method: Passifier::Spec#to_json

Defined in:
lib/passifier/spec.rb

#to_jsonString Also known as: content

The contents of the pass.json file

Returns:

  • (String)

    The pass.json contents as a String



20
21
22
# File 'lib/passifier/spec.rb', line 20

def to_json
  to_hash.to_json
end