Class: Travis::Client::User

Inherits:
Entity
  • Object
show all
Defined in:
lib/travis/client/user.rb

Constant Summary

Constants inherited from Entity

Entity::MAP

Instance Attribute Summary

Attributes inherited from Entity

#attributes, #curry, #id, #session

Instance Method Summary collapse

Methods inherited from Entity

#[], #[]=, #attribute_names, attributes, #complete?, #include?, #initialize, #inspect, inspect_info, #load, many, #missing?, one, #reload, subclass_for, subclasses, #update_attributes

Constructor Details

This class inherits a constructor from Travis::Client::Entity

Instance Method Details

#synced_at=(time) ⇒ Object



12
13
14
# File 'lib/travis/client/user.rb', line 12

def synced_at=(time)
  set_attribute(:synced_at, time(time))
end