Sha256: 08bd74af87a016ad9d29c93f96f5d06fb49b58cd881130e015466eb41c7c7fd1

Contents?: true

Size: 1 KB

Versions: 1

Compression:

Stored size: 1 KB

Contents

# typed: strong

class Customer
  class Friend
    class Brother
      class Child; end
    end
  end
end

class Person
  class Books
    class UnnamedResource; end
  end

  class Address; end
  class Street
    class State
      class NotableRiver; end
    end
  end
end

# Defining specific instances based on the structure
class Luis < Customer; end

class JK < Customer::Friend; end

class Mateo < Customer::Friend::Brother; end
class Felipe < Customer::Friend::Brother; end

class Edith < Customer::Friend::Brother::Child; end
class Martha < Customer::Friend::Brother::Child; end

class Bryan < Customer::Friend::Brother::Child; end
class Luke < Customer::Friend::Brother::Child; end

class Eduardo < Customer::Friend; end

class Sebas < Customer::Friend::Brother; end
class Elsa < Customer::Friend::Brother; end
class Milena < Customer::Friend::Brother; end

class Andres < Customer::Friend::Brother::Child; end
class Jorge < Customer::Friend::Brother::Child; end
class Natacha < Customer::Friend::Brother::Child; end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
active_cached_resource-0.1.0 lib/activeresource/test/fixtures/fixtures.rbi