class JustimmoClient::V1::RealtyArea

Public Instance Methods

each(&block) click to toggle source
# File lib/justimmo_client/api/v1/models/realty_area.rb, line 41
def each(&block)
  attributes.each(&block)
end
inspect() click to toggle source
# File lib/justimmo_client/api/v1/models/realty_area.rb, line 37
def inspect
  "#<#{self.class} #{self}>"
end
map(&block) click to toggle source
# File lib/justimmo_client/api/v1/models/realty_area.rb, line 45
def map(&block)
  attributes.map(&block)
end
to_f() click to toggle source

@!group Instance Method Summary

# File lib/justimmo_client/api/v1/models/realty_area.rb, line 29
def to_f
  living || floor
end
to_s() click to toggle source
# File lib/justimmo_client/api/v1/models/realty_area.rb, line 33
def to_s
  to_f.to_s
end