class FantasticRobot::Request::GetMe
This object represents a getMe request
Public Class Methods
new(attributes = {})
click to toggle source
Calls superclass method
FantasticRobot::Request::Base::new
# File lib/fantastic_robot/request/get_me.rb, line 4 def initialize(attributes = {}) super(attributes) @method = :getMe end