Skip to content

Commit

Permalink
Fix invalid :name attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jan 22, 2016
1 parent 4fff5e8 commit e6cf0fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/dnsimple/struct/account.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Account < Base
attr_accessor :id

# @return [String] The account email.
attr_accessor :name
attr_accessor :email
end

end
Expand Down
2 changes: 1 addition & 1 deletion lib/dnsimple/struct/user.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class User < Base
attr_accessor :id

# @return [String] The user email.
attr_accessor :name
attr_accessor :email
end

end
Expand Down

0 comments on commit e6cf0fe

Please sign in to comment.