Class: ShedCloud::PartnerApi::QueryValue

Inherits:
Data
  • Object
show all
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

Instance Attribute Details

#valueObject (readonly)

Returns the value of attribute value

Returns:

  • (Object)

    the current value of value



6
7
8
# File 'lib/shedcloud/partner_api/request_options.rb', line 6

def value
  @value
end