Class: Autobuild::Package::EnvOp
- Inherits:
-
Struct
- Object
- Struct
- Autobuild::Package::EnvOp
- Defined in:
- lib/autobuild/package.rb
Overview
rubocop:disable Lint/StructNewOverride
Instance Attribute Summary collapse
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#values ⇒ Object
Returns the value of attribute values.
Instance Attribute Details
#name ⇒ Object
Returns the value of attribute name
67 68 69 |
# File 'lib/autobuild/package.rb', line 67 def name @name end |
#type ⇒ Object
Returns the value of attribute type
67 68 69 |
# File 'lib/autobuild/package.rb', line 67 def type @type end |
#values ⇒ Object
Returns the value of attribute values
67 68 69 |
# File 'lib/autobuild/package.rb', line 67 def values @values end |