Class: Uprb::GemspecMetadata::Result

Inherits:
Struct
  • Object
show all
Defined in:
lib/uprb/gemspec_metadata.rb

Instance Attribute Summary collapse

Instance Attribute Details

#requiresObject

Returns the value of attribute requires

Returns:

  • (Object)

    the current value of requires



9
10
11
# File 'lib/uprb/gemspec_metadata.rb', line 9

def requires
  @requires
end

#warningsObject

Returns the value of attribute warnings

Returns:

  • (Object)

    the current value of warnings



9
10
11
# File 'lib/uprb/gemspec_metadata.rb', line 9

def warnings
  @warnings
end