class FedenaSdk::School
Attributes
image[RW]
institute_address[RW]
institute_currency[RW]
institute_language[RW]
institute_name[RW]
institute_phone[RW]
institute_time_zone[RW]
Public Class Methods
current_school()
click to toggle source
# File lib/fedena_sdk/school.rb, line 5 def self.current_school url = '/api/schools' hash = get(url) new hash['school_detail']['school'] end