Class: Uprb::GemspecMetadata::Result
- Inherits:
-
Struct
- Object
- Struct
- Uprb::GemspecMetadata::Result
- Defined in:
- lib/uprb/gemspec_metadata.rb
Instance Attribute Summary collapse
-
#requires ⇒ Object
Returns the value of attribute requires.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Instance Attribute Details
#requires ⇒ Object
Returns the value of attribute requires
9 10 11 |
# File 'lib/uprb/gemspec_metadata.rb', line 9 def requires @requires end |
#warnings ⇒ Object
Returns the value of attribute warnings
9 10 11 |
# File 'lib/uprb/gemspec_metadata.rb', line 9 def warnings @warnings end |