class YNAB::Client::HabitatSettings
- YNAB::Client::HabitatSettings
- Reference
- Object
Defined in:
ynab/client.crClass Method Summary
- .access_token : String
- .access_token=(value : String)
-
.access_token?
Used for checking missing settings on non-nilable types It's advised to use access_token in your apps to ensure the propper type is checked.
- .base_url : String
- .base_url=(value : String)
-
.base_url?
Used for checking missing settings on non-nilable types It's advised to use base_url in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
def self.access_token?
#
Used for checking missing settings on non-nilable types It's advised to use access_token in your apps to ensure the propper type is checked.
def self.base_url?
#
Used for checking missing settings on non-nilable types It's advised to use base_url in your apps to ensure the propper type is checked.