Class: CollegiateLink::Organization

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

Overview

An Organization record returned by CollegiateLink

Class Method Summary collapse

Class Method Details

.parse(json) ⇒ Object



68
69
70
# File 'lib/collegiatelink/organization.rb', line 68

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