Method: GitInfo#to_dynamic

Defined in:
lib/schemas.rb

#to_dynamicObject



36398
36399
36400
36401
36402
36403
36404
36405
36406
# File 'lib/schemas.rb', line 36398

def to_dynamic
  {
    "collectionFolder" => collection_folder,
    "domain"           => domain,
    "organization"     => organization,
    "repository"       => repository,
    "schemaFolder"     => schema_folder,
  }
end