class ModulePos::Fiscalization::Client::Scopes::Base

Attributes

http[R]
pass[R]
path[R]
username[R]

Public Class Methods

new(path, http, pass: nil, username: nil) click to toggle source
# File lib/module_pos/fiscalization/client.rb, line 14
def initialize(path, http, pass: nil, username: nil)
  @path = path
  @username = username
  @pass = pass
  @http = http
end