Class: CollegiateLink::Event

Inherits:
OpenStruct
  • Object
show all
Includes:
Representable::JSON
Defined in:
lib/collegiatelink/organization.rb

Overview

Class Method Summary collapse

Class Method Details

.parse(json) ⇒ Object



97
98
99
# File 'lib/collegiatelink/organization.rb', line 97

def self.parse(json)
  new(json)
end