class JustimmoClient::V1::RealtyRoomCount
Public Instance Methods
inspect()
click to toggle source
# File lib/justimmo_client/api/v1/models/realty_room_count.rb, line 31 def inspect "#<#{self.class} #{self}>" end
to_i()
click to toggle source
@!group Instance Method Summary
# File lib/justimmo_client/api/v1/models/realty_room_count.rb, line 23 def to_i total end
to_s()
click to toggle source
# File lib/justimmo_client/api/v1/models/realty_room_count.rb, line 27 def to_s to_i.to_s end