Class: YieldStarClient::LeaseTermRentOptions
- Inherits:
-
Modelish::Base
- Object
- Modelish::Base
- YieldStarClient::LeaseTermRentOptions
- Defined in:
- lib/yield_star_client/lease_term_rent_methods.rb
Instance Method Summary collapse
Instance Method Details
#to_request_hash ⇒ Object
71 72 73 74 75 76 77 |
# File 'lib/yield_star_client/lease_term_rent_methods.rb', line 71 def to_request_hash h = {} self.class.properties.each do |name| h[name] = self.send(name).to_s if self.send(name) end h end |