Class: TRMNLP::Commands::Push::Options
- Inherits:
-
Data
- Object
- Data
- TRMNLP::Commands::Push::Options
- Defined in:
- lib/trmnlp/commands/push.rb
Instance Attribute Summary collapse
-
#dir ⇒ Object
readonly
Returns the value of attribute dir.
-
#force ⇒ Object
readonly
Returns the value of attribute force.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#quiet ⇒ Object
readonly
Returns the value of attribute quiet.
Instance Attribute Details
#dir ⇒ Object (readonly)
Returns the value of attribute dir
13 14 15 |
# File 'lib/trmnlp/commands/push.rb', line 13 def dir @dir end |
#force ⇒ Object (readonly)
Returns the value of attribute force
13 14 15 |
# File 'lib/trmnlp/commands/push.rb', line 13 def force @force end |
#id ⇒ Object (readonly)
Returns the value of attribute id
13 14 15 |
# File 'lib/trmnlp/commands/push.rb', line 13 def id @id end |
#quiet ⇒ Object (readonly)
Returns the value of attribute quiet
13 14 15 |
# File 'lib/trmnlp/commands/push.rb', line 13 def quiet @quiet end |