Class: Bright::School
Instance Attribute Summary collapse
-
#address ⇒ Object
Returns the value of attribute address.
-
#phone_number ⇒ Object
Returns the value of attribute phone_number.
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
#address ⇒ Object
Returns the value of attribute address.
5 6 7 |
# File 'lib/bright/school.rb', line 5 def address @address end |
#phone_number ⇒ Object
Returns the value of attribute phone_number.
5 6 7 |
# File 'lib/bright/school.rb', line 5 def phone_number @phone_number end |