Class: Collmex::Api::Login

Inherits:
Line
  • Object
show all
Defined in:
lib/collmex/api.rb

Class Method Summary collapse

Methods inherited from Line

default_hash, hashify, #initialize, #to_a, #to_csv, #to_h, #to_stringified_array

Constructor Details

This class inherits a constructor from Collmex::Api::Line

Class Method Details

.specificationObject



188
189
190
191
192
193
194
# File 'lib/collmex/api.rb', line 188

def self.specification
    [
        { name: :identifyer,    type: :string,    fix: "LOGIN"   },
        { name: :username,      type: :string },
        { name: :password,      type: :string }
    ]
end