Class: Rome2rio::Size
- Inherits:
-
EncodedNumberPair
- Object
- EncodedNumberPair
- Rome2rio::Size
- Defined in:
- lib/rome2rio/helper/size.rb
Instance Attribute Summary collapse
-
#h ⇒ Object
Sets the attribute h.
-
#w ⇒ Object
Sets the attribute w.
Attributes inherited from EncodedNumberPair
Method Summary
Methods inherited from EncodedNumberPair
Constructor Details
This class inherits a constructor from Rome2rio::EncodedNumberPair
Instance Attribute Details
#h=(value) ⇒ Object
Sets the attribute h
3 4 5 |
# File 'lib/rome2rio/helper/size.rb', line 3 def h=(value) @h = value end |
#w=(value) ⇒ Object
Sets the attribute w
3 4 5 |
# File 'lib/rome2rio/helper/size.rb', line 3 def w=(value) @w = value end |