Class: Bright::School

Inherits:
Model show all
Defined in:
lib/bright/school.rb

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

#assign_attributes, attribute_names, #initialize, #to_json

Constructor Details

This class inherits a constructor from Bright::Model

Instance Attribute Details

#addressObject

Returns the value of attribute address.



5
6
7
# File 'lib/bright/school.rb', line 5

def address
  @address
end

#phone_numberObject

Returns the value of attribute phone_number.



5
6
7
# File 'lib/bright/school.rb', line 5

def phone_number
  @phone_number
end