Class: PromptObjects::Env::Importer::InspectResult
- Inherits:
-
Struct
- Object
- Struct
- PromptObjects::Env::Importer::InspectResult
- Defined in:
- lib/prompt_objects/environment/importer.rb
Overview
Result of inspecting a bundle before import
Instance Attribute Summary collapse
-
#commits ⇒ Object
Returns the value of attribute commits.
-
#description ⇒ Object
Returns the value of attribute description.
-
#error ⇒ Object
Returns the value of attribute error.
-
#name ⇒ Object
Returns the value of attribute name.
-
#objects ⇒ Object
Returns the value of attribute objects.
-
#primitives ⇒ Object
Returns the value of attribute primitives.
-
#valid ⇒ Object
Returns the value of attribute valid.
Instance Attribute Details
#commits ⇒ Object
Returns the value of attribute commits
13 14 15 |
# File 'lib/prompt_objects/environment/importer.rb', line 13 def commits @commits end |
#description ⇒ Object
Returns the value of attribute description
13 14 15 |
# File 'lib/prompt_objects/environment/importer.rb', line 13 def description @description end |
#error ⇒ Object
Returns the value of attribute error
13 14 15 |
# File 'lib/prompt_objects/environment/importer.rb', line 13 def error @error end |
#name ⇒ Object
Returns the value of attribute name
13 14 15 |
# File 'lib/prompt_objects/environment/importer.rb', line 13 def name @name end |
#objects ⇒ Object
Returns the value of attribute objects
13 14 15 |
# File 'lib/prompt_objects/environment/importer.rb', line 13 def objects @objects end |
#primitives ⇒ Object
Returns the value of attribute primitives
13 14 15 |
# File 'lib/prompt_objects/environment/importer.rb', line 13 def primitives @primitives end |
#valid ⇒ Object
Returns the value of attribute valid
13 14 15 |
# File 'lib/prompt_objects/environment/importer.rb', line 13 def valid @valid end |