Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exposes class definition #227

Closed
ArnaudBuchholz opened this issue Feb 9, 2018 · 1 comment
Closed

Exposes class definition #227

ArnaudBuchholz opened this issue Feb 9, 2018 · 1 comment
Assignees

Comments

@ArnaudBuchholz
Copy link
Owner

Part of EPIC #222

As a developer, I want to access the class definition to gather information about it

Acceptance criteria:

  • The class definition is accessed from an instance or from the constructor
  • If the class was not created with gpf.define, null is returned
  • The class definition does not expose any methods / properties (for now)
@ArnaudBuchholz
Copy link
Owner Author

Actually, this is not required to start with. It should remain internal and accessed on demand through dedicated APIs (such as getAttributes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant