class JustimmoClient::V1::RealtyType

Public Instance Methods

to_s() click to toggle source
# File lib/justimmo_client/api/v1/models/realty_type.rb, line 16
def to_s
  translated
end
translated() click to toggle source
# File lib/justimmo_client/api/v1/models/realty_type.rb, line 12
def translated
  translate("types.#{@name}")
end