Class: Rpremote::Flasher::Result
- Inherits:
-
Data
- Object
- Data
- Rpremote::Flasher::Result
- Defined in:
- lib/rpremote/flasher.rb,
sig/rpremote.rbs
Instance Attribute Summary collapse
-
#destination ⇒ Object
readonly
Returns the value of attribute destination.
-
#mount ⇒ Object
readonly
Returns the value of attribute mount.
-
#port ⇒ Object
readonly
Returns the value of attribute port.
Instance Attribute Details
#destination ⇒ Object (readonly)
Returns the value of attribute destination
15 16 17 |
# File 'lib/rpremote/flasher.rb', line 15 def destination @destination end |
#mount ⇒ Object (readonly)
Returns the value of attribute mount
15 16 17 |
# File 'lib/rpremote/flasher.rb', line 15 def mount @mount end |
#port ⇒ Object (readonly)
Returns the value of attribute port
15 16 17 |
# File 'lib/rpremote/flasher.rb', line 15 def port @port end |