Class: ScreenshotScout::Internal::WirePair
- Inherits:
-
Data
- Object
- Data
- ScreenshotScout::Internal::WirePair
- Defined in:
- lib/screenshotscout/internal/serializer.rb
Instance Attribute Summary collapse
-
#name ⇒ Object
readonly
Returns the value of attribute name.
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#name ⇒ Object (readonly)
Returns the value of attribute name
5 6 7 |
# File 'lib/screenshotscout/internal/serializer.rb', line 5 def name @name end |
#value ⇒ Object (readonly)
Returns the value of attribute value
5 6 7 |
# File 'lib/screenshotscout/internal/serializer.rb', line 5 def value @value end |