Skip to content

Commit 5378441

Browse files
committed
Networking.Site: Updating Visibility
1 parent c980a49 commit 5378441

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Networking/Networking/Model/Site.swift

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,23 +7,23 @@ public struct Site: Decodable {
77

88
/// WordPress.com Site Identifier.
99
///
10-
let siteID: Int
10+
public let siteID: Int
1111

1212
/// Site's Name.
1313
///
14-
let name: String
14+
public let name: String
1515

1616
/// Site's Description.
1717
///
18-
let description: String
18+
public let description: String
1919

2020
/// Site's URL.
2121
///
22-
let url: String
22+
public let url: String
2323

2424
/// Indicates if this site hosts a WordPress Store.
2525
///
26-
let isWordPressStore: Bool
26+
public let isWordPressStore: Bool
2727

2828

2929
/// Designated Initializer.

0 commit comments

Comments
 (0)