Class: RailsXapi::Account
- Inherits:
-
ApplicationRecord
- Object
- ActiveRecord::Base
- ApplicationRecord
- RailsXapi::Account
- Defined in:
- app/models/rails_xapi/account.rb
Overview
Represents an account with home_page and name.
Instance Method Summary collapse
Instance Method Details
#homePage=(value) ⇒ Object
9 10 11 12 |
# File 'app/models/rails_xapi/account.rb', line 9 def homePage=(value) # We need to match the camel case notation from JSON data. self.home_page = value end |