Class: TRMNLP::Commands::Build::Options
- Inherits:
-
Data
- Object
- Data
- TRMNLP::Commands::Build::Options
- Defined in:
- lib/trmnlp/commands/build.rb
Instance Attribute Summary collapse
-
#color_depth ⇒ Object
readonly
Returns the value of attribute color_depth.
-
#dir ⇒ Object
readonly
Returns the value of attribute dir.
-
#height ⇒ Object
readonly
Returns the value of attribute height.
-
#png ⇒ Object
readonly
Returns the value of attribute png.
-
#quiet ⇒ Object
readonly
Returns the value of attribute quiet.
-
#width ⇒ Object
readonly
Returns the value of attribute width.
Instance Attribute Details
#color_depth ⇒ Object (readonly)
Returns the value of attribute color_depth
14 15 16 |
# File 'lib/trmnlp/commands/build.rb', line 14 def color_depth @color_depth end |
#dir ⇒ Object (readonly)
Returns the value of attribute dir
14 15 16 |
# File 'lib/trmnlp/commands/build.rb', line 14 def dir @dir end |
#height ⇒ Object (readonly)
Returns the value of attribute height
14 15 16 |
# File 'lib/trmnlp/commands/build.rb', line 14 def height @height end |
#png ⇒ Object (readonly)
Returns the value of attribute png
14 15 16 |
# File 'lib/trmnlp/commands/build.rb', line 14 def png @png end |
#quiet ⇒ Object (readonly)
Returns the value of attribute quiet
14 15 16 |
# File 'lib/trmnlp/commands/build.rb', line 14 def quiet @quiet end |
#width ⇒ Object (readonly)
Returns the value of attribute width
14 15 16 |
# File 'lib/trmnlp/commands/build.rb', line 14 def width @width end |