class SocialSnippet::Registry::RegistryClient

Attributes

core[R]
repositories[R]

Public Class Methods

new(new_core) click to toggle source
# File lib/social_snippet/registry/registry_client.rb, line 8
def initialize(new_core)
  @core = new_core
  @repositories = RegistryResources::Repositories.new(core)
end