Class: Sharekit::Cli::Init::Result

Inherits:
Data
  • Object
show all
Defined in:
lib/sharekit/cli/init.rb

Instance Attribute Summary collapse

Instance Attribute Details

#createdObject (readonly)

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



12
13
14
# File 'lib/sharekit/cli/init.rb', line 12

def created
  @created
end

#findingsObject (readonly)

Returns the value of attribute findings

Returns:

  • (Object)

    the current value of findings



12
13
14
# File 'lib/sharekit/cli/init.rb', line 12

def findings
  @findings
end

#profile_dirObject (readonly)

Returns the value of attribute profile_dir

Returns:

  • (Object)

    the current value of profile_dir



12
13
14
# File 'lib/sharekit/cli/init.rb', line 12

def profile_dir
  @profile_dir
end