Class: Sharekit::Cli::Init::Result
- Inherits:
-
Data
- Object
- Data
- Sharekit::Cli::Init::Result
- Defined in:
- lib/sharekit/cli/init.rb
Instance Attribute Summary collapse
-
#created ⇒ Object
readonly
Returns the value of attribute created.
-
#findings ⇒ Object
readonly
Returns the value of attribute findings.
-
#profile_dir ⇒ Object
readonly
Returns the value of attribute profile_dir.
Instance Attribute Details
#created ⇒ Object (readonly)
Returns the value of attribute created
12 13 14 |
# File 'lib/sharekit/cli/init.rb', line 12 def created @created end |
#findings ⇒ Object (readonly)
Returns the value of attribute findings
12 13 14 |
# File 'lib/sharekit/cli/init.rb', line 12 def findings @findings end |
#profile_dir ⇒ Object (readonly)
Returns the value of attribute profile_dir
12 13 14 |
# File 'lib/sharekit/cli/init.rb', line 12 def profile_dir @profile_dir end |