Class: YSM::UserManagementService::UpdateMyEmail

Inherits:
Object
  • Object
show all
Defined in:
lib/ysm4r/v1/UserManagementService.rb,
lib/ysm4r/v2/UserManagementService.rb

Overview

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(email = nil) ⇒ UpdateMyEmail

Returns a new instance of UpdateMyEmail.



561
562
563
# File 'lib/ysm4r/v1/UserManagementService.rb', line 561

def initialize(email = nil)
  @email = email
end

Instance Attribute Details

#emailObject

Returns the value of attribute email.



559
560
561
# File 'lib/ysm4r/v1/UserManagementService.rb', line 559

def email
  @email
end