Class: TEALrb::Logs
- Inherits:
-
OpcodeType
- Object
- OpcodeType
- TEALrb::Logs
- Defined in:
- lib/tealrb/logs.rb
Instance Method Summary collapse
-
#initialize(contract) ⇒ Logs
constructor
A new instance of Logs.
Methods inherited from OpcodeType
Constructor Details
#initialize(contract) ⇒ Logs
Returns a new instance of Logs.
5 6 7 8 |
# File 'lib/tealrb/logs.rb', line 5 def initialize(contract) @field = 'Logs' super end |