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