Class: PromptObjects::Env::Importer::InspectResult

Inherits:
Struct
  • Object
show all
Defined in:
lib/prompt_objects/environment/importer.rb

Overview

Result of inspecting a bundle before import

Instance Attribute Summary collapse

Instance Attribute Details

#commitsObject

Returns the value of attribute commits

Returns:

  • (Object)

    the current value of commits



13
14
15
# File 'lib/prompt_objects/environment/importer.rb', line 13

def commits
  @commits
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



13
14
15
# File 'lib/prompt_objects/environment/importer.rb', line 13

def description
  @description
end

#errorObject

Returns the value of attribute error

Returns:

  • (Object)

    the current value of error



13
14
15
# File 'lib/prompt_objects/environment/importer.rb', line 13

def error
  @error
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/prompt_objects/environment/importer.rb', line 13

def name
  @name
end

#objectsObject

Returns the value of attribute objects

Returns:

  • (Object)

    the current value of objects



13
14
15
# File 'lib/prompt_objects/environment/importer.rb', line 13

def objects
  @objects
end

#primitivesObject

Returns the value of attribute primitives

Returns:

  • (Object)

    the current value of primitives



13
14
15
# File 'lib/prompt_objects/environment/importer.rb', line 13

def primitives
  @primitives
end

#validObject

Returns the value of attribute valid

Returns:

  • (Object)

    the current value of valid



13
14
15
# File 'lib/prompt_objects/environment/importer.rb', line 13

def valid
  @valid
end