diff options
Diffstat (limited to 'lib/github/representation/milestone.rb')
| -rw-r--r-- | lib/github/representation/milestone.rb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/github/representation/milestone.rb b/lib/github/representation/milestone.rb index 5ea54eb178f..917e6394ad4 100644 --- a/lib/github/representation/milestone.rb +++ b/lib/github/representation/milestone.rb @@ -20,18 +20,6 @@ module Github def state raw['state'] == 'closed' ? 'closed' : 'active' end - - def url - raw['url'] - end - - def created_at - raw['created_at'] - end - - def updated_at - raw['updated_at'] - end end end end |
