class TinCanApi::LrsResponse

Attributes

content[RW]
error_message[RW]
status[RW]
success[RW]

Public Class Methods

new(&block) click to toggle source
# File lib/tin_can_api/lrs_response.rb, line 6
def initialize(&block)
  if block_given?
    block[self]
  end
end