Skip to content
This repository was archived by the owner on Oct 30, 2023. It is now read-only.
This repository was archived by the owner on Oct 30, 2023. It is now read-only.

some of Systemuserputpost attributes does not follow documentation and ruby standards  #32

@MittchoBaroco

Description

@MittchoBaroco

When initiating a new Systemuserputpost object following the documentation: https://github.com/TheJumpCloud/jcapi-ruby/blob/master/jcapiv1/docs/Systemuserputpost.md,
some of the attributes does not work as advertised. (I did not test all of them)

Current behavior

JCAPIv1::Systemuserputpost.new employeeIdentifier: '12343', employeeType: "student"
=> #<JCAPIv1::Systemuserputpost:0x00007fd7237d7628 @employee_identifier="12343", @employee_type="student">

Expected behavior

JCAPIv1::Systemuserputpost.new employee_identifier: '12343', employee_type: "student'
=> #<JCAPIv1::Systemuserputpost:0x00007fd726baaf18 @employee_identifier="12343" @employee_type="student">

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions