Skip to content

Commit

Permalink
Update property names
Browse files Browse the repository at this point in the history
  • Loading branch information
jm-mailosaur committed Oct 16, 2023
1 parent 0a8ca97 commit 92a0838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Mailosaur/models/preview_email_client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ module Models
class PreviewEmailClient < BaseModel
def initialize(data = {})
@id = data['id']
@name = data['id']
@platform_group = data['id']
@platform_type = data['id']
@platform_version = data['id']
@name = data['name']
@platform_group = data['platformGroup']
@platform_type = data['platformType']
@platform_version = data['platformVersion']
@can_disable_images = data['canDisableImages']
@status = data['status']
end
Expand Down

0 comments on commit 92a0838

Please sign in to comment.