Class: ShedCloud::PartnerApi::QueryValue
- Inherits:
-
Data
- Object
- Data
- ShedCloud::PartnerApi::QueryValue
- Defined in:
- lib/shedcloud/partner_api/request_options.rb
Overview
Wraps a query parameter value that must be sent even when falsy (e.g. converted=false).
Instance Attribute Summary collapse
-
#value ⇒ Object
readonly
Returns the value of attribute value.
Instance Attribute Details
#value ⇒ Object (readonly)
Returns the value of attribute value
6 7 8 |
# File 'lib/shedcloud/partner_api/request_options.rb', line 6 def value @value end |