lib/gooddata/models/membership.rb in gooddata-0.6.12 vs lib/gooddata/models/membership.rb in gooddata-0.6.13
- old
+ new
@@ -297,16 +297,9 @@
# @return [String] Status
def status
@json['user']['content']['status'] || ''
end
- # Sets the status
- #
- # @param new_status [String] New phone number to be assigned
- def status=(new_status)
- @json['user']['content']['status'] = new_status
- end
-
# Gets the title
#
# @return [String] User title
def title
@json['user']['meta']['title'] || ''