Method: AppInfo::DSYM::MachO#to_h

Defined in:
lib/app_info/dsym.rb

#to_hObject



153
154
155
156
157
158
159
160
161
162
# File 'lib/app_info/dsym.rb', line 153

def to_h
  {
    uuid: uuid,
    type: type,
    cpu_name: cpu_name,
    cpu_type: cpu_type,
    size: size,
    human_size: size(human_size: true)
  }
end