Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

tmoney

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tmoney

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

tmoney

A simple client for T-money.

How to use

The following is the example which demonstrates how to use T-money client. To test this code, you need to change <USERNAME> and <PASSWORD> to your own username and password.

require 'tmoney'

client = Tmoney::Client.new
client.connect('<USERNAME>', '<PASSWORD>')
cards = client.cards
puts '== My Cards', cards
puts '== Transactions', cards[0].transactions

It will produce the following output:

== My Cards
티머니 0000-0000-0000-0000 2015-09-15
== Transactions
2015-09-13 19:25:39 지하철 서울메트로(2호선) 1050
2015-09-13 20:51:06 택시 택시 3400
2015-09-15 21:44:55 충전 1호선 서울역 50000

FAQs

Package last updated on 15 Sep 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc