Class: Collmex::Api::Login
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
.specification ⇒ Object
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 |