Class: RippleNetworks::WarningShot::GemHandler::CandidateGem

Inherits:
Struct
  • Object
show all
Defined in:
lib/warning_shot/gem_handler.rb

Instance Attribute Summary collapse

Instance Attribute Details

#detailsObject

Returns the value of attribute details

Returns:

  • (Object)

    the current value of details



13
14
15
# File 'lib/warning_shot/gem_handler.rb', line 13

def details
  @details
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



13
14
15
# File 'lib/warning_shot/gem_handler.rb', line 13

def name
  @name
end

#statusObject

Returns the value of attribute status

Returns:

  • (Object)

    the current value of status



13
14
15
# File 'lib/warning_shot/gem_handler.rb', line 13

def status
  @status
end

#versionObject

Returns the value of attribute version

Returns:

  • (Object)

    the current value of version



13
14
15
# File 'lib/warning_shot/gem_handler.rb', line 13

def version
  @version
end