class Proj::Api::PJ_PROJ_INFO
Public Instance Methods
to_s()
click to toggle source
# File lib/api/api_5_0.rb, line 174 def to_s "<#{self.class.name} id: #{self[:id]}, description: #{self[:description]}, definition: #{self[:definition]}, has_inverse: #{self[:has_inverse]} accuracy: #{self[:accuracy]}" end