Class: RailsXapi::Account

Inherits:
ApplicationRecord show all
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