Method: Payg::Entity#initialize
- Defined in:
- lib/payg/entity.rb
#initialize(attributes) ⇒ Entity
Returns a new instance of Entity.
| 10 11 12 | # File 'lib/payg/entity.rb', line 10 def initialize(attributes) @attributes = attributes end |