Class: Awsprice::Price
- Inherits:
-
Object
- Object
- Awsprice::Price
- Defined in:
- lib/awsprice/price.rb
Direct Known Subclasses
Instance Attribute Summary collapse
-
#os ⇒ Object
Returns the value of attribute os.
-
#region ⇒ Object
Returns the value of attribute region.
-
#size ⇒ Object
Returns the value of attribute size.
Instance Attribute Details
#os ⇒ Object
Returns the value of attribute os.
3 4 5 |
# File 'lib/awsprice/price.rb', line 3 def os @os end |
#region ⇒ Object
Returns the value of attribute region.
3 4 5 |
# File 'lib/awsprice/price.rb', line 3 def region @region end |
#size ⇒ Object
Returns the value of attribute size.
3 4 5 |
# File 'lib/awsprice/price.rb', line 3 def size @size end |